mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
dont set required to False (#8689)
This commit is contained in:
parent
f71298f661
commit
e742cfaa21
1 changed files with 0 additions and 2 deletions
|
|
@ -20,8 +20,6 @@ def _paths_parser(helpful):
|
|||
}
|
||||
if verb == "certonly":
|
||||
cpkwargs["default"] = flag_default("auth_cert_path")
|
||||
elif verb == "revoke":
|
||||
cpkwargs["required"] = False
|
||||
add(["paths", "install", "revoke", "certonly", "manage"], "--cert-path", **cpkwargs)
|
||||
|
||||
section = "paths"
|
||||
|
|
|
|||
Loading…
Reference in a new issue