1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Merge pull request #526 from kuba/rm-netstat-server-doc

Remove constants.NETSTAT. Update docs for IConfig.server.
This commit is contained in:
James Kasten
2015-06-22 15:36:27 -04:00
2 changed files with 1 additions and 6 deletions

View File

@@ -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)."""

View File

@@ -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.")