Closed
Description
Hello,
First of all thanks for all your hard work on the project, it's at least a time saver if not a lifesaver.
My problem is that the only SSL keys I have for my domain are not RSA keys but ECC keys. From what I know postfix support ECC keys by two config options:
smtpd_tls_eckey_file = smtpd-key-ecdsa.key
smtpd_tls_eccert_file = smtpd-cert-ecdsa.cert
The problem is, from what I see the main.dist.cf
file accepts only RSA keys with the smtpd_tls_key_file
and smtpd_tls_cert_file
directive.
Is there any possibility for ECC key support to be added to the container too?
Activity