Ich benötige für meine fetchmail - Konfiguration den ssl fingerprint
openssl s_client -connect pop3.it-raboese.de:993 </dev/null 2>/dev/null |sed -n /BEGIN/,/END/p | openssl x509 -dates -fingerprint -md5 -noout
Und nun mit TLS
openssl s_client -servername it-raboese.de -connect it-raboese.de:995 </dev/null 2>/dev/null |sed -n /BEGIN/,/END/p | openssl x509 -dates -fingerprint -md5 -noout
Die Ausgabe sieht dann so aus:
notBefore=Feb 17 15:19:59 2014 GMT notAfter=Feb 17 15:19:59 2015 GMT MD5 Fingerprint=36:08:B7:2D:2C:B4:23:CC:0E:36:41:B6:AD:80:CC:9D
POP: 110
POPs: 995