Skip to content

Instantly share code, notes, and snippets.

View jwnichols3's full-sized avatar

John (Rocket) Nichols jwnichols3

  • Amazon Web Services
  • San Francisco Bay Area
View GitHub Profile
@jbenninghoff
jbenninghoff / keycloak-config.md
Created September 15, 2020 17:13
Keycloak with TLS Config

Keycloak config

  1. Download OpenJDK version from keycloak.org
  2. Unpack
  3. Test
    1. ./bin/standalone.sh
    2. nc -w1 -i1 -v localhost 8080
  4. Config for systemd
    1. create keycloak.service (see sample at end)
  5. sudo cp keycloak.service /usr/lib/systemd/system/