From f035297e63ade07ba282ece03cf33d218086c7ba Mon Sep 17 00:00:00 2001 From: casjay Date: Wed, 15 Mar 2023 21:28:45 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rootfs/usr/local/etc/docker/functions/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/usr/local/etc/docker/functions/entrypoint.sh b/rootfs/usr/local/etc/docker/functions/entrypoint.sh index 2740cbf..55fbd40 100644 --- a/rootfs/usr/local/etc/docker/functions/entrypoint.sh +++ b/rootfs/usr/local/etc/docker/functions/entrypoint.sh @@ -68,7 +68,7 @@ __certbot() { done certbot $options --agree-tos -m $CERT_BOT_MAIL certonly --webroot \ -w "${WWW_ROOT_DIR:-/data/htdocs/www}" $ADD_CERTBOT_DOMAINS \ - --put-all-related-files-into "$SSL_DIR" -key-path "$SSL_KEY" -fullchain-path "$SSL_CERT" + --key-path "$SSL_KEY" --fullchain-path "$SSL_CERT" statusCode=$? fi [ $statusCode -eq 0 ] && __update_ssl_certs