Skip to content

Instantly share code, notes, and snippets.

@mcupak
Created October 9, 2017 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcupak/278794bb048c7f14f3459265473587eb to your computer and use it in GitHub Desktop.
Save mcupak/278794bb048c7f14f3459265473587eb to your computer and use it in GitHub Desktop.
Configure SSL for Keycloak.
/subsystem=keycloak/realm=sample-realm:write-attribute\
(name=truststore,value=/usr/lib/jvm/java/jre/lib/security/cacerts)
/subsystem=keycloak/realm=sample-realm:write-attribute\
(name=truststore-password,value=changeit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment