I just set up a mail server using letsencrypt tls certificate
When testing the implementation. I tried multiple online TLS testing services. Most were pathetic and only checked if StartTLS command was present
Of those that did do a full test (2) they returned unknown issuer errors like below
mail.**************
90 days remaining 4096 bit sha256WithRSAEncryption
Unknown Authority => Let's Encrypt Authority X3
This has me worried that the CA is not acceptable to many MTA’s and I may be doing myself a disservice using letsencrypt
Another more complete test is this one from checktls.com
[001.837] STARTTLS command works on this server
[002.615] SSLVersion in use: TLSv1.2
[002.615] Cipher in use: ECDHE-RSA-AES128-SHA256
[002.615] Connection converted to SSL
[002.643] Certificate 1 of 3 in chain:
subject= /CN=mail.
issuer= /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
[002.667] Certificate 2 of 3 in chain:
subject= /CN=mail.
issuer= /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
[002.688] Certificate 3 of 3 in chain:
subject= /CN=mail.
issuer= /C=US/O=Let's Encrypt/CN=Let's Encrypt Authority X3
[002.688] Cert NOT VALIDATED: unable to get local issuer certificate
Is there any statistics or details for support across Mail Transport Agents?