Thursday, May 1, 2014

Getting public X509 certificates from Amazon SES SMTP server

Using openssl "s_client" command to get the certificates that is needed to import into SSL truststore in your java application

$openssl s_client -connect email-smtp.us-east-1.amazonaws.com:587 -showcerts -crlf -starttls smtp

No comments:

Post a Comment