daemon/tls: use system CA with TLS_FORWARD policy
All threads resolved!
All threads resolved!
Compare changes
There are no changes yet
No changes between version 6 and master
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' }})
)
)
No changes between version 6 and master