services.stunnel.clients
Define the client configurations.
By default, verifyChain and OCSPaia are enabled and CAFile is set to security.pki.caBundle.
See "SERVICE-LEVEL OPTIONS" in stunnel(8).
- Type
attribute set of attribute set of (null or boolean or signed integer or string)- Default
{ }- Example
{ foobar = { accept = "0.0.0.0:8080"; connect = "nixos.org:443"; verifyChain = false; }; }- Declared
- <nixpkgs/nixos/modules/services/networking/stunnel.nix>