Below is a description of how to set up the SSL Certificate for Exim 4.X. It is assumed that the certificate and the private key already exist on the server:
/etc/ssl.key/example.com.key/etc/ssl.crt/example.com.crt/etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs with an editor of your choice.MAIN_TLS_ENABLE = trueMAIN_TLS_CERTIFICATE = /etc/ssl.crt/example.com.crtMAIN_TLS_PRIVATEKEY = /etc/ssl.key/example.com.keyupdate-exim4.conf
/etc/init.d/exim4 restart
The certificate is now installed and TLS enabled.
In case you experience any problem or have any question, please do not hesitate to contact our support.