services.neo4j.bolt.sslPolicy

NixOS option

Neo4j SSL policy for BOLT traffic. The legacy policy is a special policy which is not defined in the policy configuration section, but rather derives from directories.certificates and associated files (by default: neo4j.key and neo4j.cert). Its use will be deprecated. Note: This connector must be configured to support/require SSL/TLS for the legacy policy to actually be utilized. See bolt.tlsLevel.

type: string
Default
"legacy"
declared in: nixos/modules/services/databases/neo4j.nixView source on NixOS/nixpkgs →