aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-08-03 22:29:37 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-08-03 22:31:35 +0200
commit294bc39102e9263a268b58fe29e03c9983ccfeca (patch)
tree4c9441bb064433b56228b40505efd59d58c38593 /config
parentf6913c09b9987ae8a6f65f5acfa7673278c701be (diff)
Change default libexec dir from /usr/lib/lacme to /usr/libexec/lacme.
Diffstat (limited to 'config')
-rw-r--r--config/lacme.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lacme.conf b/config/lacme.conf
index acafe81..236d203 100644
--- a/config/lacme.conf
+++ b/config/lacme.conf
@@ -31,7 +31,7 @@
# Path to the ACME client executable.
#
-#command = /usr/lib/lacme/client
+#command = /usr/libexec/lacme/client
# URI of the ACME server's directory. NOTE: Use the staging server
# <https://acme-staging-v02.api.letsencrypt.org/directory> for testing
@@ -84,7 +84,7 @@
# Path to the ACME webserver executable.
#
-#command = /usr/lib/lacme/webserver
+#command = /usr/libexec/lacme/webserver
# Whether to automatically install iptables(8) rules to open the
# ADDRESS[:PORT] specified with listen. Theses rules are automatically