From 0e637ea2f3bebdc867d960226b9182f60a43bc08 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 1 Jun 2022 11:22:22 -0700 Subject: [PATCH 1/3] Update certbot/docs/install.rst Co-authored-by: alexzorin --- certbot/docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/docs/install.rst b/certbot/docs/install.rst index ae7b394a8..f5baae467 100644 --- a/certbot/docs/install.rst +++ b/certbot/docs/install.rst @@ -99,7 +99,7 @@ Alternative 2: Pip ------------------ Installing Certbot through pip is only supported on a best effort basis and -when using a virtual environment. Instructions for installing Certbot through +when using a Python virtual environment. Instructions for installing Certbot through pip can be found at https://certbot.eff.org/instructions by selecting your server software and then choosing "pip" in the "System" dropdown menu. From 0a8d8ceb3182bdd89407272bd27fff84dd17122e Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 1 Jun 2022 11:22:31 -0700 Subject: [PATCH 2/3] Update certbot/docs/install.rst Co-authored-by: alexzorin --- certbot/docs/install.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certbot/docs/install.rst b/certbot/docs/install.rst index f5baae467..9f4e9722d 100644 --- a/certbot/docs/install.rst +++ b/certbot/docs/install.rst @@ -34,8 +34,7 @@ Our instructions are the same across all systems that use Snap. You can find ins Most modern Linux distributions (basically any that use systemd) can install Certbot packaged as a snap. Snaps are available for x86_64, ARMv7 and ARMv8 architectures. The Certbot snap provides an easy way to ensure you have the latest version of Certbot with features like automated certificate renewal preconfigured. -If you are offline or your operating system doesn't provide a package, you can use -an alternate method for installing ``certbot``. +If you unable to use snaps, you can use an alternate method for installing ``certbot``. .. _docker-user: From db3dd31f1d93fe15c79dda568217f54064876780 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 1 Jun 2022 11:23:41 -0700 Subject: [PATCH 3/3] Update certbot/docs/install.rst Co-authored-by: alexzorin --- certbot/docs/install.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/certbot/docs/install.rst b/certbot/docs/install.rst index 9f4e9722d..37677894f 100644 --- a/certbot/docs/install.rst +++ b/certbot/docs/install.rst @@ -12,7 +12,6 @@ Get Certbot System Requirements =================== -- Python 3.7+ - UNIX-like operating system - Root access - Port 80 Open