I've configured postfix to use my own certificate.
/etc/postfix/main.cf
smtpd_tls_cert_file = /etc/postfix/myveryowncertificate.pem
the certifcate file includes the private key, myveryowncertificate, the intermediate certificate, and the root certificate.
I use the certificate also for...