mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Mention that the domain is used to choose filename
The cert filename is chosen based on the first domain listed. With certs with overlapping domains or where some domains are less canonical, it's therefore useful to put the most canonical/unique domain first. This updates the help text to inform users of this fact.
This commit is contained in:
parent
828363b21a
commit
1c06144e18
1 changed files with 3 additions and 1 deletions
|
|
@ -50,7 +50,9 @@ optional arguments:
|
|||
-d DOMAIN, --domains DOMAIN, --domain DOMAIN
|
||||
Domain names to apply. For multiple domains you can
|
||||
use multiple -d flags or enter a comma separated list
|
||||
of domains as a parameter. (default: Ask)
|
||||
of domains as a parameter. The first domain in the list
|
||||
will be used to decide where to store the new certificate,
|
||||
unless otherwise specified. (default: [])
|
||||
--cert-name CERTNAME Certificate name to apply. Only one certificate name
|
||||
can be used per Certbot run. To see certificate names,
|
||||
run 'certbot certificates'. When creating a new
|
||||
|
|
|
|||
Loading…
Reference in a new issue