dont set required to False (#8689)

This commit is contained in:
Brad Warren 2021-02-25 13:39:55 -08:00 committed by GitHub
parent f71298f661
commit e742cfaa21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"