I'm trying to make Haraka TLS work with Let's Encrypt certificate without success.
I've copied the certificates to Haraka config folder and configured the TLS.ini.
cp /etc/letsencrypt/live/MYDOMAIN/privkey.pem /home/jenkins/haraka/config/tls_key.pem
cp /etc/letsencrypt/live/MYDOMAIN/cert.pem /home/jenkins/haraka/config/tls_cert.pem
But when I test sending through TLS I get a certificate error.
"An error occurred while attempting to establish an SSL or TLS connection. The SSL certificate presented by the server is not trusted by the system for one or more of the following reasons"
Has anyone configured Haraka successfully using Let's encrypt certificates?