services.sabnzbd.settings.misc.https_cert

NixOS option

Path to the TLS certificate for the web UI. If not set and https is enabled, a self-signed certificate will be generated.

type: null or absolute path
Default
null
Example
${config.acme.certs.${domain}.directory}/fullchain.pem
declared in: nixos/modules/services/networking/sabnzbdView source on NixOS/nixpkgs →