aboutsummaryrefslogtreecommitdiffstats
path: root/lacme
diff options
context:
space:
mode:
Diffstat (limited to 'lacme')
-rwxr-xr-xlacme4
1 files changed, 2 insertions, 2 deletions
diff --git a/lacme b/lacme
index 5ad28a8..73180f0 100755
--- a/lacme
+++ b/lacme
@@ -93,7 +93,7 @@ do {
socket => (defined $ENV{XDG_RUNTIME_DIR} ? "$ENV{XDG_RUNTIME_DIR}/S.lacme" : undef),
user => 'nobody',
group => 'nogroup',
- command => '/usr/lib/lacme/client',
+ command => '/usr/libexec/lacme/client',
# the rest is for the ACME client
map {$_ => undef} qw/server timeout SSL_verify SSL_version SSL_cipher_list/
},
@@ -102,7 +102,7 @@ do {
'challenge-directory' => undef,
user => 'www-data',
group => 'www-data',
- command => '/usr/lib/lacme/webserver',
+ command => '/usr/libexec/lacme/webserver',
iptables => 'No'
},