💾 Archived View for domik.dubro.ru › articles › ssl.gmi captured on 2024-03-21 at 15:06:26. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

ssl tls etc

sha256 fingerprint:

openssl s_client -connect host:port < /dev/null 2>/dev/null | \

openssl x509 -fingerprint -noout -in /dev/stdin

remote cert dates:

openssl s_client -showcerts -servername imap.gmail.com -connect imap.gmail.com:993 | \

openssl x509 -noout -dates