Switched cert for ISRG Root X1 to cross signed to fix issues with passing checks

master
Brie Bruns 2021-10-10 22:01:51 -06:00
parent 60725c8384
commit e847e8c7d5
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ _EOF
#echo "Using openssl to prepare certificate..."
#cat "/etc/letsencrypt/live/${MAINDOMAIN}/chain.pem" >> "${CATEMPFILE}"
openssl pkcs12 -export -passout pass:aircontrolenterprise \
-in "/etc/letsencrypt/live/${MAINDOMAIN}/cert.pem" \
-in "/etc/letsencrypt/live/${MAINDOMAIN}/fullchain.pem" \
-inkey "/etc/letsencrypt/live/${MAINDOMAIN}/privkey.pem" \
-out "${TEMPFILE}" -name unifi