tls.myPrivKey¶
Points to the private key file paired with tls.myCert
.
.. summary-end
This parameter applies to imdtls: Input Module for DTLS Protocol over UDP.
- Name:
tls.myPrivKey
- Scope:
input
- Type:
string
- Default:
none
- Required?:
no
- Introduced:
v8.2402.0
Description¶
The private key file corresponding to tls.myCert
. This key is used for the
cryptographic operations in the DTLS handshake.
Input usage¶
module(load="imdtls")
input(type="imdtls"
tls.myCert="/etc/rsyslog/server.pem"
tls.myPrivKey="/etc/rsyslog/server.key")
See also¶
See also imdtls: Input 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.