services.matrix-synapse.settings.tls_certificate_path

NixOS option

PEM encoded X509 certificate for TLS. You can replace the self-signed certificate that synapse autogenerates on launch with your own SSL certificate + key pair if you like. Any required intermediary certificates can be appended after the primary certificate in hierarchical order.

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