OVA SSL Cert issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ciscosucks1234
Posts: 13
Joined: Fri Jan 10, 2020 12:24 pm

OVA SSL Cert issue

Post by ciscosucks1234 »

Hello we spun up a secondary NAgiosXI instance via OVA file from your website. When attempting to access the web gui im getting the following error in firefox. Can someone help me regenerate the self signed ssl certificate?

Code: Select all

You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert.
Error code: SEC_ERROR_REUSED_ISSUER_AND_SERIAL
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: OVA SSL Cert issue

Post by mbellerue »

Absolutely, here are some commands.

Code: Select all

cd /usr/local/nagiosxi/var/certs/
openssl req -x509 -newkey rsa:4096 -keyout nagiosxi.key -out nagiosxi.crt -days 3650 -nodes
chown nagios:nagios ./*
chmod go+r ./*
systemctl restart apache2
That should get you going under the new certificate. This document might also help answer any issues you run into.
https://assets.nagios.com/downloads/nag ... s%20XI.pdf
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
ciscosucks1234
Posts: 13
Joined: Fri Jan 10, 2020 12:24 pm

Re: OVA SSL Cert issue

Post by ciscosucks1234 »

Thank you that fixed my issue feel free to lock thread.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: OVA SSL Cert issue

Post by scottwilkerson »

ciscosucks1234 wrote:Thank you that fixed my issue feel free to lock thread.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked