Displaying 1 result from an estimated 1 matches for "tls_certfile".
Did you mean:
tls_cert_file
2015 Feb 17
0
/etc/ssl/certs/dovecot.pem erased by OpenSuse's update mechanism
...le
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 IMAP SSL wants
TLS_CERTFILE
specifying a file containing both the certificate and private key catenated.
OpenVPN wants
ca certificate chain used for signing.pem
cert certificate.pem
key privatekey.pem
crl-verify crl.pem
OpenLDAP appears similar to OpenVPN with (appears not to support CRLs):
TLSCACerti...