mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Remove confusingly unused --enroll-autorenew.
This commit is contained in:
@@ -339,9 +339,6 @@ def _paths_parser(parser):
|
||||
add("--chain-path", default=flag_default("chain_path"),
|
||||
help=config_help("chain_path"))
|
||||
|
||||
add("--enroll-autorenew", default=None, action="store_true",
|
||||
help=config_help("enroll_autorenew"))
|
||||
|
||||
return parser
|
||||
|
||||
|
||||
|
||||
@@ -176,10 +176,6 @@ class IConfig(zope.interface.Interface):
|
||||
le_vhost_ext = zope.interface.Attribute(
|
||||
"SSL vhost configuration extension.")
|
||||
|
||||
enroll_autorenew = zope.interface.Attribute(
|
||||
"Register this certificate in the database to be renewed"
|
||||
" automatically.")
|
||||
|
||||
cert_path = zope.interface.Attribute("Let's Encrypt certificate file path.")
|
||||
chain_path = zope.interface.Attribute("Let's Encrypt chain file path.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user