tls.cacert¶
Defines the CA certificate used to verify client certificates.
This parameter applies to omdtls: Output Module for DTLS Protocol over UDP.
- Name:
tls.cacert
- Scope:
input
- Type:
string
- Default:
input=none
- Required?:
no
- Introduced:
v8.2402.0
Description¶
The CA certificate that is being used to verify the client certificates.
This parameter is required when tls.authmode
is set to fingerprint, name, or certvalid.
Input usage¶
action(type="omdtls"
target="192.0.2.1"
port="4433"
tls.authMode="certvalid"
tls.caCert="/etc/rsyslog/ca.pem")
See also¶
See also omdtls: Output Module for DTLS Protocol over UDP.
Support: rsyslog Assistant | GitHub Discussions | GitHub Issues: rsyslog source project
Contributing: Source & docs: rsyslog source project
© 2008–2025 Rainer Gerhards and others. Licensed under the Apache License 2.0.