summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJelmerrevers <38347475+Jelmerrevers@users.noreply.github.com>2020-05-21 16:05:22 +0200
committerGitHub <noreply@github.com>2020-05-21 07:05:22 -0700
commit9de8705215b4357f59affb54ed858e273f3cae2a (patch)
tree6474851301809e5213e6a75724dbeae2d622c0ee /docs
parentd98b2012920d8412c1225da2df2b0ce83860a691 (diff)
Update step-10.md (#9000)
* Update step-10.md Kept on having an error on multiple Ubuntu server 20.04 instances, figured out it was due to a missing package in the installer. * Update docs/step-by-step/step-10.md * Add newline Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/step-by-step/step-10.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/step-by-step/step-10.md b/docs/step-by-step/step-10.md
index f7983d47d8..7308b96451 100644
--- a/docs/step-by-step/step-10.md
+++ b/docs/step-by-step/step-10.md
@@ -149,6 +149,16 @@ the following:
sudo certbot --nginx
```
+> See this error after running `sudo certbot --nginx`?
+>
+> ```
+> Saving debug log to /var/log/letsencrypt/letsencrypt.log
+> The requested nginx plugin does not appear to be installed`
+> ```
+>
+> You must install `python-certbox-nginx`. On Ubuntu or Debian systems, you can run `sudo apt-get install
+> python-certbot-nginx` to download and install this package.
+
You'll be prompted with a few questions. At the `Which names would you like to activate HTTPS for?` question, hit
`Enter`. Next comes this question: