We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03af029 + 742efc1 commit bffa3eeCopy full SHA for bffa3ee
getssl
@@ -438,7 +438,7 @@ cert_install() { # copy certs to the correct location (creating concatenated fi
438
else
439
to_location="${DOMAIN_CHAIN_LOCATION}"
440
fi
441
- cat "$CERT_FILE" "$CA_CERT" > "$TEMP_DIR/${DOMAIN}_chain.pem"
+ cat "$FULL_CHAIN" > "$TEMP_DIR/${DOMAIN}_chain.pem"
442
copy_file_to_location "full chain" "$TEMP_DIR/${DOMAIN}_chain.pem" "$to_location"
443
if [[ "$DUAL_RSA_ECDSA" == "true" ]]; then
444
cat "${CERT_FILE%.*}.ec.crt" "${CA_CERT%.*}.ec.crt" > "$TEMP_DIR/${DOMAIN}_chain.pem.ec"
0 commit comments