mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
fix a few nits
This commit is contained in:
+2
-2
@@ -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
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user