I have an issue over which certificate/key is being used by my server application.
It correctly offers HTTPS to clients that connect, but it is not using the correct one from the keystore.
I am using a PKCS12 keystore that contains multiple private key pair entries.
I have supplied a valid
micronaut.ssl.key.alias
value, but it is deciding to use a different entry to the requested one.
I do note that listing entries with keytool, it is the first entry from the output being used, though I don't strictly see this as weight on what is going on.
I know this is not strictly Kotlin related, but does anybody have any clues as to what is going on, or better, tips to diagnose the cause?