how to switch to a wildcard certificate on Nagios XI?
how to switch to a wildcard certificate on Nagios XI?
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?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to switch to a wildcard certificate on Nagios XI?
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?
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?
I haven't modified it yet. The certificate being used is still the default one "localhost.localdomain".
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to switch to a wildcard certificate on Nagios XI?
You would need to modify the ssl.conf to point to your wildcard certificate file and certificate key file
something like this
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.keyRe: how to switch to a wildcard certificate on Nagios XI?
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?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: how to switch to a wildcard certificate on Nagios XI?
I would have been created when you created the CSR that you sent to GoDaddy