services.librespeed.tlsCertificate
NixOS option
TLS certificate to use. Use together with tlsKey.
type: null or non-empty stringDefault
declared in: nixos/modules/services/web-apps/librespeed.nixView source on NixOS/nixpkgs →lib.optionalString (config.services.librespeed.useACMEHost != null) "${config.security.acme.certs.${config.services.librespeed.useACMEHost}.directory}/cert.pem"