Updating SSL certificate with Keycloak 17

After replacing the SSL certificate files in the locations where Keycloak is configured to look for them (in keycloak.conf), what command can I run in a shell script to tell Keycloak to load the new certs?

Thank you!

I would strongly advice you to use a reverse proxy for Keycloak (since it’s a lot easier) like apache, nginx or traefik. There are a lot of advantages to this, like hiding your admin page to the public and so on (remember, the less exposed your applications are, the more secure they are).