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.
Declarations
Type
null or (submodule)Default
nullExample
{
crt = "/etc/ssl/certs/server.crt";
key = "/etc/ssl/keys/server.key";
}