Displaying 1 result from an estimated 1 matches for "smptd_tls_eckey_file".
2015 Feb 17
0
/etc/ssl/certs/dovecot.pem erased by OpenSuse's update mechanism
...CRLs at all.
Postfix wants multiple certificates specified by different .cf entries (it appears to not support CRLs--at least they aren't mentioned in documentation):
    smtpd_tls_cert_file
    smtpd_tls_key_file
    smtpd_tls_dcert_file
    smtpd_tls_dkey_file
    smtpd_tls_eccert_file
    smptd_tls_eckey_file
    smtpd_tls_CAfile
Apache2.4 wants
    SSLCertificateFile
    SSLCertificateKeyFile
repeated multiple times for different cert types. Making it worse, Apache2.4.8 wants the whole cert chain in the above, but earlier versions wanted SSLCertificateChainFile to have the non-leaf chain.
Courier I...