ejabberd icon indicating copy to clipboard operation
ejabberd copied to clipboard

Support ECDSA+RSA dual stack certificates

Open github-k8n opened this issue 2 years ago • 0 comments

Most other programs support to specify two certificates for the same hostname (one RSA certificate and one ECDSA certificate) (nginx, exim, dovecot, prosody, ...)

Currently only a single certificate can be used for each host when using ejabberd.

This leads to having to decide between better performance (ECDSA cert) or better compatibility (RSA cert)

Please add an option to be able to specify multiple certificates/keys per hostname.

github-k8n avatar May 20 '22 11:05 github-k8n