I can change the Prosody SSL configuration to use the prime256v1 curve
instead with
ssl = {
curve = "prime256v1"
}
But I would need to generate a new key for my certificate.
Does Prosody support using two SSL certificates (an ECDSA and RSA
certificate) for one VirtualHost? I'd like for the Android 7.0 clients
to be presented the RSA certificate and everyone else the ECDSA
certificate. I checked the SSL documentation for Prosody but I did not
find a way to use two certificates. I would appreciate being pointed to
the proper way to do this if it's possible.
Does anyone have any ideas for another workaround besides changing the
curve and certificate key?