Using syslog()
We assume the same certificate set-up as outlined in the TLS-Encryption post.
TLS-encryption using syslog() driver
Configuration Files Used
To test the TLS-encryption using syslog() driver, we will run two instances of syslog-ng. One where we are transmitting data using the public key. And another that will listen for the data on the TLS-encrypted network pipeline and decrypt the same.
Destination Configuration File (Client)
Source Configuration File (Server)
Proof
Last updated