dont set required to False (#8689)

This commit is contained in:
Brad Warren
2021-02-26 08:39:55 +11:00
committed by GitHub
parent f71298f661
commit e742cfaa21
@@ -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"