Zabbix 2.4.6 on Centos 7.1 – Part 3
We start of installing stunnel and prerequisites on the zabbix server (and not proxy) Yum -y install stunnel gcc openssl-devel When we first install stunnel, we have to make our certificates that we then can use to encrypt our zabbix traffic. To make the keys (note the -days on the openssl) mkdir /etc/stunnel cd /etc/stunnel […]