From 29b96a13f83fcb95dac1d320cce071790fb98e0c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 18 Dec 2015 01:40:56 +0100 Subject: =?UTF-8?q?acme-slave=20=E2=86=92=20client;=20acme-webserver=20?= =?UTF-8?q?=E2=86=92=20webserver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- letsencrypt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'letsencrypt') diff --git a/letsencrypt b/letsencrypt index 906fe48..cba4271 100755 --- a/letsencrypt +++ b/letsencrypt @@ -25,8 +25,8 @@ NAME=$(basename $0) WWW_USER=www-data WWW_GROUP=www-data -ACME_WEBSERVER=acme-webserver -ACME_CLIENT=acme-slave +ACME_WEBSERVER=/usr/lib/letsencrypt/webserver +ACME_CLIENT=/usr/lib/letsencrypt/client CAfile=/usr/share/lets-encrypt/lets-encrypt-x1-cross-signed.pem declare COMMAND ACCOUNTKEY -- cgit v1.2.3