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

rename fullchain.pem to fullchain.cer

parent caf1fc10
......@@ -440,7 +440,7 @@ _initpath() {
CA_CERT_PATH="$domainhome/ca.cer"
fi
if [ -z "$CERT_FULLCHAIN_PATH" ] ; then
CERT_FULLCHAIN_PATH="$domainhome/fullchain.pem"
CERT_FULLCHAIN_PATH="$domainhome/fullchain.cer"
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