How do I configure SSL certificate on zabbix appliance running with 3.0.9.
Please share steps. I have valid CA certificate with us.
Please share steps. I have valid CA certificate with us.
<IfModule mod_ssl.c> <VirtualHost *:443> SSLEngine on SSLCertificateFile /etc/apache2/ssl/apache.crt SSLCertificateKeyFile /etc/apache2/ssl/apache.key <here goes the usual stuff that was in the file by default> </VirtualHost> </IfModule>
<IfModule mod_ssl.c> <VirtualHost *:443> SSLEngine on SSLCertificateFile /etc/apache2/ssl/apache.crt SSLCertificateKeyFile /etc/apache2/ssl/apache.key <here goes the usual stuff that was in the file by default> </VirtualHost> </IfModule>
Comment