Document the requirement for SANs in CSRs if using --csr

This commit is contained in:
Peter Eckersley 2015-10-23 19:19:09 -07:00
parent 35c108e481
commit ce32d87ad6

View file

@ -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"),