No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[ Howto retrieve SSL information from a remote certificate ]] | |||
==== Validity date <br> ==== | ==== Validity date <br> ==== |
Revision as of 13:03, 20 April 2020
Howto retrieve SSL information from a remote certificate
Validity date
openssl s_client -showcerts -connect www.pladder.nl:443 2>/dev/null | openssl x509 -noout -dates
Full Certificate information
openssl s_client -showcerts -connect www.pladder.nl:443