This commit is contained in:
Brad Warren
2015-11-13 14:02:34 -08:00
parent 2aab8782ae
commit cac39c7504
+2 -1
View File
@@ -970,7 +970,8 @@ def _paths_parser(helpful):
# revoke --key-path reads a file, install --key-path takes a string
add(section, "--key-path", required=(verb == "install"),
type=((verb == "revoke" and read_file) or os.path.abspath),
help="Path to private key for cert creation or revocation (if account key is missing)")
help="Path to private key for cert installation "
"or revocation (if account key is missing)")
default_cp = None
if verb == "certonly":