From 2acf85aeac012fc55eb5dca6acb73c8a214c8a9d Mon Sep 17 00:00:00 2001 From: Theodotos Andreou Date: Tue, 16 Jan 2018 08:26:42 +0200 Subject: [PATCH] Updated Setting up Drupal 7 (markdown) --- Setting-up-Drupal-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Drupal-7.md b/Setting-up-Drupal-7.md index 1101789..ba49a09 100644 --- a/Setting-up-Drupal-7.md +++ b/Setting-up-Drupal-7.md @@ -175,7 +175,7 @@ Generate the certificate: sudo certbot --authenticator standalone --installer nginx -d cms.example.com --pre-hook "systemctl stop nginx" --post-hook "systemctl start nginx" ``` -**NOTE: under normal conditions the following command should work (and without restarting *Nginx*, but the Nginx authenticator has been disabled because of a [security bug](https://community.letsencrypt.org/t/solution-client-with-the-currently-selected-authenticator-does-not-support-any-combination-of-challenges-that-will-satisfy-the-ca/49983):** +**NOTE: under normal conditions the following command should work (and without restarting *Nginx*), but the Nginx authenticator has been disabled because of a [security bug](https://community.letsencrypt.org/t/solution-client-with-the-currently-selected-authenticator-does-not-support-any-combination-of-challenges-that-will-satisfy-the-ca/49983):** ``` $ certbot run --nginx -d cms.example.com # Currently not working because of a letsencrypt bug