Keycloak always uses a self signed certificate instead of my proper certificate HTTPS

Im trying to get keycloak to use my certificate (provided by proper signing authority) instead of the default self signed certificate. For some reason I cannot get it to work:

Ive used keytool to create my .jks file and imported my certificate into it. Ive even deleted the self signed alias out of the file. I’ve also downloaded the root CA from my signing authority and imported it. still nothing. Ive also used the CLI to tell keycloak to actually use the jks.

Is there any documentation for how this actually works with a proper certificate? The documentation works fine for the self signed certificate but otherwise im lost.

The best documentation I’m aware of is here: Setting up HTTPS/SSL

If you can post the steps and commands you used, perhaps we could help you debug.