services.keycloak.database.useSSL

NixOS option

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 in: nixos/modules/services/web-apps/keycloak.nixView source on NixOS/nixpkgs →