How to setup local Syslog server in TLS mode
This is a guide on how to setup a local syslog server on a Linux machine
1. Update the packages list and install the latest version of rsyslog.
sudo apt update
sudo apt install rsyslog
Create certificates and private key for both syslog server and c...
khushi21.hashnode.dev2 min read