services.nghttpx.tls
TLS certificate and key paths. Note that this does not enable
TLS for a frontend listener, to do so, a frontend
specification must set params.tls to true.
- Type
null or (submodule)- Default
null- Example
{ crt = "/etc/ssl/certs/server.crt"; key = "/etc/ssl/keys/server.key"; }- Declared
- <nixpkgs/nixos/modules/services/networking/nghttpx/nghttpx-options.nix>