linux:webserver:openssl:check_cert_expire
This is an old revision of the document!
Check SSL Cert Expire Date
echo | openssl s_client -showcerts -connect <server>:<port> 2>/dev/null | openssl x509 -noout -startdate -enddate Beispiel: echo | openssl s_client -showcerts -connect dwiki.heisl.org:443 2>/dev/null | openssl x509 -noout -startdate -enddate
linux/webserver/openssl/check_cert_expire.1583331883.txt.gz · Last modified: by stone
