diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:45:27 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-12-05 16:52:08 +0100 |
commit | 0eb9f40182299b2615f5ac0190d40429f5f64ed7 (patch) | |
tree | 0d036ec70b1a444f233fd695069e989d9f825ac0 /config | |
parent | bb5efce091215432fd2b82fbf50aff1536d415f6 (diff) |
s/lacme-certs.d/lacme-certs.conf.d/upstream/0.2
Diffstat (limited to 'config')
-rw-r--r-- | config/lacme.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index f963128..c5efb03 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -1,7 +1,7 @@ # For certificate issuance (new-cert command), specify a space-separated # certificate configuration files or directories to use # -#config-certs = lacme-certs.conf lacme-certs.d/ +#config-certs = lacme-certs.conf lacme-certs.conf.d/ [client] @@ -85,6 +85,7 @@ #group = www-data # Path to the ACME webserver executable. +# #command = /usr/lib/lacme/webserver # Whether to automatically install iptables(8) rules to open the |