This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:security:ssl_tls_cert_testing [2020/08/06 12:12] gcooper |
internet:security:ssl_tls_cert_testing [2022/03/22 08:46] (current) gcooper |
||
---|---|---|---|
Line 15: | Line 15: | ||
|465 |SMTP - SSL | | |465 |SMTP - SSL | | ||
|587 |SMTP - TLS | | |587 |SMTP - TLS | | ||
+ | |993 |IMAP - SSL | | ||
+ | |995 |POP - SSL | | ||
|10000 | |10000 | ||
|20000 | |20000 | ||
Line 80: | Line 82: | ||
</ | </ | ||
- | ==== SMTP ==== | + | === Show Expiration Date === |
+ | |||
+ | Pipe the output of other '' | ||
+ | |||
+ | < | ||
+ | | openssl x509 -noout -enddate | ||
+ | </ | ||
+ | |||
+ | ==== SMTP and SMTPS ==== | ||
< | < | ||
Line 86: | Line 96: | ||
openssl s_client -connect fqdn.hostname.tld: | openssl s_client -connect fqdn.hostname.tld: | ||
+ | |||
+ | openssl s_client -crlf -connect fqdn.hostname.tld: | ||
</ | </ | ||