I was trying to upgrade an older keycloak setup (v11) and in it I specify the keystore alias as there are multiple keys in the keystore. I can't fine how to do this in v19.
I tried adding:
quarkus.http.ssl.certificate.key-store-key-alias=MYALIAS
but it isn't being picked up.
Is this no longer supported?