Skip to content

Commit

Permalink
Merge pull request #129 from ndigitals/develop
Browse files Browse the repository at this point in the history
fix(acme): Updates the OpenLiteSpeed docker.conf for new ACME ECC key default
  • Loading branch information
timnolte authored Nov 2, 2023
2 parents 0ce8d4d + 2c9f251 commit 567e2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/docker.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 567e2b3

Please sign in to comment.