SMTP-Zertifikat auf Port 587 (STARTTLS) mit openssl s_client ausgeben
English
Deutsch
print_smtp_certificate.sh
openssl s_client -starttls smtp -crlf -connect smtp,myserver.com:587 2>&1 </dev/null | sed --quiet '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | openssl x509 -noout -textCheck out similar posts by category:
Networking
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow