From 9548915a4057608609fc015908e3fe6a7bbebc4d Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Fri, 15 Apr 2016 09:39:13 +0800 Subject: [PATCH] Pin acme.sh client to 2.0.1. --- templates/web.letsencrypt.ssl.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web.letsencrypt.ssl.template.yml b/templates/web.letsencrypt.ssl.template.yml index d6f3d72..d789b1d 100644 --- a/templates/web.letsencrypt.ssl.template.yml +++ b/templates/web.letsencrypt.ssl.template.yml @@ -10,7 +10,7 @@ hooks: - exec: cmd: - - cd /root && git clone https://github.com/Neilpang/le.git + - cd /root && git clone https://github.com/Neilpang/le.git && cd /root/le && git reset --hard a7b7355dcf1f1b75fb581bf5d15cf26086d58c06 - touch /var/spool/cron/crontabs/root - install -d -m 0755 -g root -o root $LETSENCRYPT_DIR - cd /root/le && LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./le.sh install -- 2.25.1