Page 1 of 1
how to switch to a wildcard certificate on Nagios XI?
Posted: Tue May 15, 2018 4:17 pm
by gornm565
When I go to my Nagios Xi GUI right now, I always get an error: "There is a problem with this website’s security certificate." We have a wildcard certificate for our domain. How do we install it to get rid of these warnings?
Re: how to switch to a wildcard certificate on Nagios XI?
Posted: Tue May 15, 2018 4:22 pm
by scottwilkerson
When you go to the URL, are you using the domain the certificate is for (not the servers IP)?
If so, have you added the certificate and chain to the httpd configuration files?
Can you share your httpd settings you changed?
Re: how to switch to a wildcard certificate on Nagios XI?
Posted: Tue May 15, 2018 4:34 pm
by gornm565
I haven't modified it yet. The certificate being used is still the default one "localhost.localdomain".
Re: how to switch to a wildcard certificate on Nagios XI?
Posted: Wed May 16, 2018 7:44 am
by scottwilkerson
You would need to modify the ssl.conf to point to your wildcard certificate file and certificate key file
something like this
Code: Select all
SSLCertificateChainFile /etc/pki/tls/certs/essential.crt
SSLCertificateFile /etc/pki/tls/certs/xxxxxxxxxxxxxxx.crt
SSLCertificateKeyFile /etc/pki/tls/private/xxxxxxxxxxxxxxx.key
Re: how to switch to a wildcard certificate on Nagios XI?
Posted: Wed May 16, 2018 8:49 am
by gornm565
When I download our wildcard certificate from GoDaddy, I get 2 files, the crt file and the crt bundle. Your reply also mentions a key file. How do I get that one?
Re: how to switch to a wildcard certificate on Nagios XI?
Posted: Wed May 16, 2018 8:56 am
by scottwilkerson
I would have been created when you created the CSR that you sent to GoDaddy