From 2909a162475ca0e5cbdb69059ff0254c820b1963 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 16 Jun 2021 14:52:49 -0300 Subject: [PATCH] Force acme.sh to use LE instead of ZeroSSL --- templates/web.letsencrypt.ssl.template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/web.letsencrypt.ssl.template.yml b/templates/web.letsencrypt.ssl.template.yml index f0153e6..361f9d3 100644 --- a/templates/web.letsencrypt.ssl.template.yml +++ b/templates/web.letsencrypt.ssl.template.yml @@ -15,6 +15,7 @@ hooks: - 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" - cd /root/acme.sh && LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./acme.sh --upgrade --auto-upgrade + - cd /root/acme.sh && LE_WORKING_DIR="${LETSENCRYPT_DIR}" ./acme.sh --set-default-ca --server letsencrypt - file: path: "/etc/nginx/letsencrypt.conf" -- 2.25.1