From 7150e150a4451abc4d041e972ca9375ff547aa5d Mon Sep 17 00:00:00 2001 From: Peter Conrad Date: Fri, 7 Jul 2017 15:25:30 -0700 Subject: [PATCH] Fixing --expand example in using.rst and adding to Apache/NGINX bullet in challenges.rst --- docs/challenges.rst | 3 ++- docs/using.rst | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/challenges.rst b/docs/challenges.rst index c21ea362f..6e3e260dc 100644 --- a/docs/challenges.rst +++ b/docs/challenges.rst @@ -72,8 +72,9 @@ TLS-SNI-01 Challenge * When using the Apache plugin, make sure you are running Apache and no other web server on port 443. * When using the NGINX plugin, make sure you are running NGINX and no other web server on port 443. * With either the Apache or NGINX plugin, certbot modifies your web server configuration. If you get - an ``InstallationError`` then you have received a certificate but the plugin was unable to modify + an installation error then you have received a certificate but the plugin was unable to modify your web server configuration, meaning that you'll have to install the certificate manually. + In that case, please file a bug to help us improve certbot! * When using the Standalone plugin, make sure another program is not already listening to port 443 on the server. DNS-01 Challenge diff --git a/docs/using.rst b/docs/using.rst index 94463789a..0582c804b 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -304,7 +304,7 @@ Example: .. code-block:: none - certbot --expand -d existing.com -d example.com,newdomain.com + certbot --expand -d existing.com example.com,newdomain.com If you prefer, you can specify the domains individually like this: