mirror of
https://github.com/certbot/certbot.git
synced 2026-06-13 18:50:20 -04:00
Fixing --expand example in using.rst and adding to Apache/NGINX bullet in challenges.rst
This commit is contained in:
parent
fa172f4a97
commit
7150e150a4
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue