Bump acme.sh to latest
authorRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 16 Jun 2021 17:05:15 +0000 (14:05 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Wed, 16 Jun 2021 17:06:52 +0000 (14:06 -0300)
templates/web.letsencrypt.ssl.template.yml

index 85324facdfc130795f8fa69f512b8027fc1eca35..f0153e637355ee924363053be9992ccd797c93b8 100644 (file)
@@ -10,7 +10,7 @@ hooks:
 
     - exec:
        cmd:
-         - cd /root && git clone --branch 2.8.2 --depth 1 https://github.com/Neilpang/acme.sh.git && cd /root/acme.sh
+         - cd /root && git clone --branch 2.9.0 --depth 1 https://github.com/Neilpang/acme.sh.git && cd /root/acme.sh
          - touch /var/spool/cron/crontabs/root
          - install -d -m 0755 -g root -o root $LETSENCRYPT_DIR
          - cd /root/acme.sh && LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./acme.sh --install --log "${LETSENCRYPT_DIR}/acme.sh.log"