User Tools

Site Tools


internet:security:ssl_tls_cert_testing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
internet:security:ssl_tls_cert_testing [2020/08/06 15:29]
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       |Webmin       | |10000       |Webmin       |
 |20000       |Usermin      | |20000       |Usermin      |
Line 78: Line 80:
 <file> <file>
 openssl s_client -tls1 -crlf -showcerts -debug -CAfile /etc/postfix/ssl/ca-bundle.pem -connect fqdn.yourdomain.com:465  < /dev/null openssl s_client -tls1 -crlf -showcerts -debug -CAfile /etc/postfix/ssl/ca-bundle.pem -connect fqdn.yourdomain.com:465  < /dev/null
 +</file>
 +
 +=== Show Expiration Date ===
 +
 +Pipe the output of other ''openssl'' commands into this:
 +
 +<file>
 + | openssl x509 -noout -enddate
 </file> </file>
  
internet/security/ssl_tls_cert_testing.1596749366.txt.gz · Last modified: 2020/08/06 15:29 by gcooper