services.librespeed.tlsCertificate

NixOS option

TLS certificate to use. Use together with tlsKey.

type: null or non-empty string
Default
lib.optionalString (config.services.librespeed.useACMEHost != null) "${config.security.acme.certs.${config.services.librespeed.useACMEHost}.directory}/cert.pem"
declared in: nixos/modules/services/web-apps/librespeed.nixView source on NixOS/nixpkgs →