bump acme.sh to 3.0.6
authorAndrew Schleifer <me@andrewschleifer.name>
Wed, 14 Jun 2023 09:01:55 +0000 (09:01 +0000)
committerAndrew Schleifer <me@andrewschleifer.name>
Wed, 14 Jun 2023 12:00:09 +0000 (20:00 +0800)
templates/web.letsencrypt.ssl.template.yml

index aa4104b0f9918c58e23eae01b8b961702b3b2f51..ba5f5517879303884183ca11381cbbeae208c67e 100644 (file)
@@ -11,7 +11,7 @@ hooks:
 
     - exec:
        cmd:
-         - cd /root && git clone --branch 2.9.0 --depth 1 https://github.com/acmesh-official/acme.sh.git && cd /root/acme.sh
+         - cd /root && git clone --branch 3.0.6 --depth 1 https://github.com/acmesh-official/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"