services.keycloak.database.useSSL
Whether the database connection should be secured by SSL / TLS.
Defaults to false for localhost and Unix socket connections.
- Type
boolean- Default
config.services.keycloak.database.host != "localhost" && !lib.hasPrefix "/" config.services.keycloak.database.host- Declared
- <nixpkgs/nixos/modules/services/web-apps/keycloak.nix>