services.matrix-synapse.settings.tls_private_key_path

NixOS option

PEM encoded private key for TLS. Specify null if synapse is not speaking TLS directly.

type: null or string
Default
null
Example
"/var/lib/acme/example.com/key.pem"
declared in: nixos/modules/services/matrix/synapse.nixView source on NixOS/nixpkgs →