diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-12-23 15:11:34 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-12-23 15:27:28 +0100 |
commit | 589bccb512a2a3d99366df90bcaa7f4ae94f82b5 (patch) | |
tree | 379a2d0d2fbfc2a57f591aec84571c643950e737 | |
parent | a54a33b14c680984207e40259416684798d976f9 (diff) |
Fix $ACME_WEBSERVER and $ACME_CLIENT paths.
-rwxr-xr-x | letsencrypt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/letsencrypt b/letsencrypt index 027afd4..60695eb 100755 --- a/letsencrypt +++ b/letsencrypt @@ -25,9 +25,9 @@ NAME=$(basename $0) WWW_USER=www-data WWW_GROUP=www-data -ACME_WEBSERVER=/usr/lib/letsencrypt/webserver -ACME_CLIENT=/usr/lib/letsencrypt/client -CAfile=/usr/share/lets-encrypt/lets-encrypt-x1-cross-signed.pem +ACME_WEBSERVER=/usr/lib/letsencrypt-tiny/webserver +ACME_CLIENT=/usr/lib/letsencrypt-tiny/client +CAfile=/usr/share/letsencrypt-tiny/lets-encrypt-x1-cross-signed.pem declare COMMAND ACCOUNTKEY declare -l GENKEY |