Commit 850db6d4 authored by neil's avatar neil
Browse files

rename fullchain.pem to fullchain.cer

parent caf1fc10
...@@ -440,7 +440,7 @@ _initpath() { ...@@ -440,7 +440,7 @@ _initpath() {
CA_CERT_PATH="$domainhome/ca.cer" CA_CERT_PATH="$domainhome/ca.cer"
fi fi
if [ -z "$CERT_FULLCHAIN_PATH" ] ; then if [ -z "$CERT_FULLCHAIN_PATH" ] ; then
CERT_FULLCHAIN_PATH="$domainhome/fullchain.pem" CERT_FULLCHAIN_PATH="$domainhome/fullchain.cer"
fi fi
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment