fix a few nits

This commit is contained in:
Noah Swartz
2017-07-20 11:16:48 -07:00
parent df8b374916
commit 447d3d867d
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ 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 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.
an error after successfully completing the challenge, 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.
+1 -1
View File
@@ -332,7 +332,7 @@ Example:
.. code-block:: none
certbot --expand -d existing.com example.com,newdomain.com
certbot --expand -d existing.com,example.com,newdomain.com
If you prefer, you can specify the domains individually like this: