diff --git a/template/docker.conf b/template/docker.conf index 21572ae..9af6f83 100644 --- a/template/docker.conf +++ b/template/docker.conf @@ -51,8 +51,8 @@ RewriteFile .htaccess } vhssl { - keyFile /root/.acme.sh/certs/$VH_NAME/$VH_NAME.key - certFile /root/.acme.sh/certs/$VH_NAME/fullchain.cer + keyFile /root/.acme.sh/certs/$VH_NAME_ecc/$VH_NAME.key + certFile /root/.acme.sh/certs/$VH_NAME_ecc/fullchain.cer certChain 1 } }