mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Document the requirement for SANs in CSRs if using --csr
This commit is contained in:
parent
35c108e481
commit
ce32d87ad6
1 changed files with 3 additions and 1 deletions
|
|
@ -859,7 +859,9 @@ def _create_subparsers(helpful):
|
|||
|
||||
helpful.add("auth",
|
||||
"--csr", type=read_file,
|
||||
help="Path to a Certificate Signing Request (CSR) in DER format.")
|
||||
help="Path to a Certificate Signing Request (CSR) in DER"
|
||||
" format; note that the .csr file *must* contain a Subject"
|
||||
" Alternative Name field for each domain you want certified")
|
||||
helpful.add("rollback",
|
||||
"--checkpoints", type=int, metavar="N",
|
||||
default=flag_default("rollback_checkpoints"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue