Define the client configurations.
By default, verifyChain and OCSPaia are enabled and a CAFile is provided from pkgs.cacert.
See "SERVICE-LEVEL OPTIONS" in stunnel(8).
Declarations
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;
};
}