Hej, JP Baillon wrote: > I need to publish my Opsview to https, I cant seem to find the proper > procedure for centos/apache to create a cert and to get Opsview to use > it.
1. Generate a self signed SSL-cert or buy one (use google). 2. Make your mod_ssl is enabled and your Apache listens to port 443. 3. Add the following lines to your vhost-config: SSLEngine on SSLCertificateFile /path/to/your/cert.crt SSLCertificateKeyFile /path/to/your/cert.key 4. Add the following line to /usr/local/nagios/etc/opsview.conf: $use_https = 1; 5. Restart your Apache and opsview-web. greets, joey _______________________________________________ Opsview-users mailing list [email protected] http://lists.opsview.org/lists/listinfo/opsview-users
