mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:44:24 +02:00
dont set required to False (#8689)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user