daemon/tls: use system CA with TLS_FORWARD policy
- Jun 06, 2018
-
-
Petr Špaček authored
-
daemon/tls: system CA's are used by default with TLS_FORWARD policy when ca_file parameter is omitted
-
-
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Should close #310 (closed)
when user want to use system CA it must omit ca_file
parameter
policy.add(
policy.all(
policy.TLS_FORWARD({{ "127.0.0.1@53003", hostname='res.example.com' }})
)
)
daemon/tls: system CA's are used by default with TLS_FORWARD policy when ca_file parameter is omitted