diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-08-21 23:46:34 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-08-21 23:50:10 +0200 |
commit | 38bb53ccaccc1f1447a264042f45b7d25204e164 (patch) | |
tree | 3cad00ff25d6a721a683d7c354fc3c340d4c7f96 /debian | |
parent | 3343e44b85d11cb29f674093784a0327eca60c26 (diff) |
d/control: Long description: iptables rules are no longer installed by default.
Since 944407621f313c15f6cfd53267da1ddbdaceec9f.
Diffstat (limited to 'debian')
-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. |