diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-12-23 15:27:53 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-12-23 15:27:53 +0100 |
commit | 69e0eaa07e9b9943f5ba8c25711e84d60cd7ce8f (patch) | |
tree | da5196bab47593ce3809f4e1f28a674420cd3bf0 /letsencrypt | |
parent | 1fd013a17afa0000bef7f76859468e40ab032263 (diff) | |
parent | 589bccb512a2a3d99366df90bcaa7f4ae94f82b5 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'letsencrypt')
-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 |