diff options
| -rw-r--r-- | debian/control | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/debian/control b/debian/control index d251ceb..8e4a360 100644 --- a/debian/control +++ b/debian/control @@ -80,9 +80,8 @@ Description: lacme account key manager      by the "master" process when no service is listening on the HTTP port.      (The only challenge type currently supported is "http-01", which requires a      webserver to answer challenges.)  That webserver only processes GET and -    HEAD requests under the "/.well-known/acme-challenge/" URI.  By default -    some iptables(8) rules are automatically installed to open the HTTP port, -    and removed afterwards. +    HEAD requests under the "/.well-known/acme-challenge/" URI.  iptables(8) +    rules can optionally be installed to temporarily open the HTTP port.   .   lacme-accountd is the first (account key manager) component.  It is the only   component with access to the account key. | 
