mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Merge pull request #526 from kuba/rm-netstat-server-doc
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"
|
REC_TOKEN_DIR = "recovery_tokens"
|
||||||
"""Directory where all recovery tokens are saved (relative to
|
"""Directory where all recovery tokens are saved (relative to
|
||||||
IConfig.work_dir)."""
|
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(
|
server = zope.interface.Attribute(
|
||||||
"CA hostname (and optionally :port). The server certificate must "
|
"ACME new registration URI (including /acme/new-reg).")
|
||||||
"be trusted in order to avoid further modifications to the client.")
|
|
||||||
email = zope.interface.Attribute(
|
email = zope.interface.Attribute(
|
||||||
"Email used for registration and recovery contact.")
|
"Email used for registration and recovery contact.")
|
||||||
rsa_key_size = zope.interface.Attribute("Size of the RSA key.")
|
rsa_key_size = zope.interface.Attribute("Size of the RSA key.")
|
||||||
|
|||||||
Reference in New Issue
Block a user