mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
fixes #1490
This commit is contained in:
+2
-1
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user