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