From 9de8705215b4357f59affb54ed858e273f3cae2a Mon Sep 17 00:00:00 2001 From: Jelmerrevers <38347475+Jelmerrevers@users.noreply.github.com> Date: Thu, 21 May 2020 16:05:22 +0200 Subject: 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 --- docs/step-by-step/step-10.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs') 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: -- cgit v1.2.3