Remove cert-path requirement for revoke
This commit is contained in:
parent
de329bea23
commit
778e1591b3
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ def _paths_parser(helpful):
|
|||
if verb == "auth":
|
||||
add("paths", "--cert-path", default=flag_default("auth_cert_path"), help=cph)
|
||||
elif verb == "revoke":
|
||||
add("paths", "--cert-path", type=read_file, required=True, help=cph)
|
||||
add("paths", "--cert-path", type=read_file, help=cph)
|
||||
else:
|
||||
add("paths", "--cert-path", help=cph, required=(verb == "install"))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue