Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Configure HTTPS for Keycloak

Martin O'Connor edited this page Aug 10, 2016 · 6 revisions

In order to secure the communication between Nginx and Keycloak, we need to set up Keycloak to listen to HTTPS requests on port 443.

To do that, we need to add a certificate to the underlying Keycloak JBoss server.

For OS X, in order to keep things simple during development, we will use the pre-generated Java keystore file.

On RHEL 6.6 we suppose that we have a staging or live server, so we will generate a certificate with a tool called keytool. After that, we proceed in the same way as in the case of the OS X system.

Clone this wiki locally