Document that --csr only works in certonly mode

This commit is contained in:
Peter Eckersley
2016-01-18 11:25:50 -08:00
parent 10214e2668
commit 89f05379b7
+2 -1
View File
@@ -1086,7 +1086,8 @@ def _create_subparsers(helpful):
"--csr", type=read_file,
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.")
" Alternative Name field for each domain you want certified."
" Currently --csr only works with the 'certonly' subcommand'")
helpful.add("rollback",
"--checkpoints", type=int, metavar="N",
default=flag_default("rollback_checkpoints"),