mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Additonally: - remove "-s", it will not be used often - remove --accountkey (former --authkey), as it is not used - CLI_DEFAULTS: cert_path -> auth_cert_path, chain_path -> auth_chain_path - remove remaining "LetsEncrypt" error prefixes (fixes #487). - HeplfulParser: - call add_plugin_args from outside (this makes sure plugins are displayed last in --help all)
This commit is contained in:
@@ -186,13 +186,9 @@ class IConfig(zope.interface.Interface):
|
||||
"Port number to perform DVSNI challenge. "
|
||||
"Boulder in testing mode defaults to 5001.")
|
||||
|
||||
# TODO: not implemented
|
||||
no_simple_http_tls = zope.interface.Attribute(
|
||||
"Do not use TLS when solving SimpleHTTP challenges.")
|
||||
|
||||
# TODO: the following are not used, but blocked by #485
|
||||
le_vhost_ext = zope.interface.Attribute("not used")
|
||||
|
||||
|
||||
class IInstaller(IPlugin):
|
||||
"""Generic Let's Encrypt Installer Interface.
|
||||
|
||||
Reference in New Issue
Block a user