Skip to content

Instantly share code, notes, and snippets.

@radikaled
Last active January 17, 2024 16:23
Show Gist options
  • Save radikaled/acda77124415f8fa094158e2e00a5878 to your computer and use it in GitHub Desktop.
Save radikaled/acda77124415f8fa094158e2e00a5878 to your computer and use it in GitHub Desktop.
Sample custom java.security for strict FIPS Keycloak
# BountyCastle will not start without this
securerandom.strongAlgorithms=PKCS11:SunPKCS11-NSS-FIPS
# https://www.keycloak.org/server/fips#_other_restrictions
fips.provider.8=SunJGSS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment