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>
Jelmerrevers committed
May 21, 2020 at 16:05 UTC
9de8705215b4357f59affb54ed858e273f3cae2a
1 file changed
+10
docs/step-by-step/step-10.md
+10
@@ -149,6 +149,16 @@ the following:
149
sudo certbot --nginx
150
```
151
152
+> See this error after running `sudo certbot --nginx`?
153
+>
154
+> ```
155
+> Saving debug log to /var/log/letsencrypt/letsencrypt.log
156
+> The requested nginx plugin does not appear to be installed`
157
+> ```
158
+>
159
+> You must install `python-certbox-nginx`. On Ubuntu or Debian systems, you can run `sudo apt-get install
160
+> python-certbot-nginx` to download and install this package.
161
+
162
You'll be prompted with a few questions. At the `Which names would you like to activate HTTPS for?` question, hit
163
`Enter`. Next comes this question:
164