Hello there,
I’m running zabbix-server 7.0.5 with httpd-2.4.37-65, php-fpm-8.2.13-1 and mysql-community-server-8.0.37-1 on Red Hat Enterprise Linux 8.10.
We have a wildcard SSL certificate in PEM format for our organization. I would like to install this SSL certificate on our zabbix server to secure the web front end. How do I go about accomplishing this? I cannot seem to find anything on configuring Zabbix with a STAR certificate.
On an apache server you would normally install “mod_ssl” and update the following options in the /etc/httpd/conf.d/ssl.conf file: SSLCertificateFile, SSLCertificateKeyFile, SSLCertificateChainFile. We would also enable port 443 and setup a firewall redirect.
I'm not sure how this would work with the incorporation of php, etc. From what I have been coming across it doesn't seem like it's as simple as above with Zabbix… Any help would be greatly appreciated.
Thanks!
I’m running zabbix-server 7.0.5 with httpd-2.4.37-65, php-fpm-8.2.13-1 and mysql-community-server-8.0.37-1 on Red Hat Enterprise Linux 8.10.
We have a wildcard SSL certificate in PEM format for our organization. I would like to install this SSL certificate on our zabbix server to secure the web front end. How do I go about accomplishing this? I cannot seem to find anything on configuring Zabbix with a STAR certificate.
On an apache server you would normally install “mod_ssl” and update the following options in the /etc/httpd/conf.d/ssl.conf file: SSLCertificateFile, SSLCertificateKeyFile, SSLCertificateChainFile. We would also enable port 443 and setup a firewall redirect.
I'm not sure how this would work with the incorporation of php, etc. From what I have been coming across it doesn't seem like it's as simple as above with Zabbix… Any help would be greatly appreciated.
Thanks!
Comment