Displaying 1 result from an estimated 1 matches for "server_rsa_crt".
2016 Mar 02
3
Dual certificate
Hello all;
Is anyone knows if it's possible to have a dual certificate setup on
dovecot like in postfix or apache ?
i tried to add several crts in local name section :
local_name imap.server.tdl {
ssl_cert = <server_rsa_crt.pem
ssl_key = <server_rsa_key.pem
ssl_cert = <server_ecdsa_crt.pem
ssl_key = <server_ecdsa_key.pem
}
but it seems that dovecot takes the last one (ecdsa) and that rsa cert is
not used.
to check if booth are working, i check with openssl:
openssl s_client openssl s_client -connect imap....