diff options
Diffstat (limited to 'certbot.html')
| -rw-r--r-- | certbot.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/certbot.html b/certbot.html index eaa3f4d..f632b98 100644 --- a/certbot.html +++ b/certbot.html @@ -41,7 +41,7 @@ <p>Just run:</p> - <pre><code>apt install python-certbot-nginx</code></pre> + <pre><code>apt install python3-certbot-nginx</code></pre> <p>And this will install <code>certbot</code> and its module for <code>nginx</code>.</p> @@ -76,8 +76,8 @@ ufw allow 443</code></pre> <img src=pix/certbot-01.png> <p> - It will take a moment to create the certiticate, but afterwards, you will be asked if you want to automatically redirect all connections to be encrypted. - Since this is preferrable, choose 2 to Redirect. + It will take a moment to create the certificate, but afterwards, you will be asked if you want to automatically redirect all connections to be encrypted. + Since this is preferable, choose 2 to Redirect. </p> <img src=pix/certbot-02.png> |
