Hi Michael
Thanks for the reply. If I want/need to use the following cipher list with RabbitMQ:
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
I believe that I need to provide both an RSA certificate/private key pair and an ECDSA certificate/private key in order to use both of these ciphers.
When configuring nginx, for example, to use a similar cipher list, I used the nginx 'ssl_certificate' and 'ssl_certificate_key' options twice in order to accomplish this.
If erlang/rabbitmq only supports a single certificate/key pair per listener, this would seem to mean that erlang/rabbitmq can only support ciphers from a single key exchange algorithrm 'family' at one time.
True?
Thanks
tl