Remove confusingly unused --enroll-autorenew.

This commit is contained in:
Jakub Warmuz
2015-05-28 07:58:40 +00:00
parent a00dc88ad1
commit da8f3e19a4
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -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
-4
View File
@@ -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.")