mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Remove constants.NETSTAT. Update docs for IConfig.server.
This commit is contained in:
@@ -81,7 +81,3 @@ ACCOUNT_KEYS_DIR = "keys"
|
||||
REC_TOKEN_DIR = "recovery_tokens"
|
||||
"""Directory where all recovery tokens are saved (relative to
|
||||
IConfig.work_dir)."""
|
||||
|
||||
NETSTAT = "/bin/netstat"
|
||||
"""Location of netstat binary for checking whether a listener is already
|
||||
running on the specified port (Linux-specific)."""
|
||||
|
||||
@@ -148,8 +148,7 @@ class IConfig(zope.interface.Interface):
|
||||
|
||||
"""
|
||||
server = zope.interface.Attribute(
|
||||
"CA hostname (and optionally :port). The server certificate must "
|
||||
"be trusted in order to avoid further modifications to the client.")
|
||||
"ACME new registration URI (including /acme/new-reg).")
|
||||
email = zope.interface.Attribute(
|
||||
"Email used for registration and recovery contact.")
|
||||
rsa_key_size = zope.interface.Attribute("Size of the RSA key.")
|
||||
|
||||
Reference in New Issue
Block a user