SSL

General

check certs from remote

openssl s_client -showcerts -connect https://${FQDN}:443 -servername ${FQDN}

check local cert

openssl x509 -in ${CERT} -text