Update: after upgrading to the new OPNsense 20.1.2 it is still there and working fine.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menudestination tls_log{
tcp("<destination>" port(<destination_port>)
tls( ca_dir("/usr/local/etc/<path_to>/ca.d/")
key_file("/usr/local/etc/<path_to>/key.d/client.key")
cert_file("/usr/local/etc/<path_to>/cert.d/client.crt")
peer_verify(required-trusted)) );
};
log { source(s_all); destination(tls_log); };
destination tls_log{
tcp("<destination>" port(<destination_port>)
tls( ca_dir("/usr/local/etc/<path_to>/ca.d/"));
};
log { source(s_all); destination(tls_log); };