mirror of
https://github.com/certbot/certbot.git
synced 2026-08-05 12:42:47 +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"),
|
add("--chain-path", default=flag_default("chain_path"),
|
||||||
help=config_help("chain_path"))
|
help=config_help("chain_path"))
|
||||||
|
|
||||||
add("--enroll-autorenew", default=None, action="store_true",
|
|
||||||
help=config_help("enroll_autorenew"))
|
|
||||||
|
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -176,10 +176,6 @@ class IConfig(zope.interface.Interface):
|
|||||||
le_vhost_ext = zope.interface.Attribute(
|
le_vhost_ext = zope.interface.Attribute(
|
||||||
"SSL vhost configuration extension.")
|
"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.")
|
cert_path = zope.interface.Attribute("Let's Encrypt certificate file path.")
|
||||||
chain_path = zope.interface.Attribute("Let's Encrypt chain file path.")
|
chain_path = zope.interface.Attribute("Let's Encrypt chain file path.")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user