Fixing --expand example in using.rst and adding to Apache/NGINX bullet in challenges.rst

This commit is contained in:
Peter Conrad 2017-07-07 15:25:30 -07:00
parent fa172f4a97
commit 7150e150a4
2 changed files with 3 additions and 2 deletions

View file

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

View file

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