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>
This commit is contained in:
Jelmerrevers 2020-05-21 16:05:22 +02:00 committed by GitHub
parent d98b201292
commit 9de8705215
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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: