Merge pull request #1104 from letsencrypt/csr-help

Document the requirement for SANs in CSRs if using --csr
This commit is contained in:
Peter Eckersley
2015-10-24 14:06:06 -07:00
+3 -1
View File
@@ -863,7 +863,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"),