This support forum board is for support questions relating to
Nagios XI , our flagship commercial network monitoring solution.
ciscosucks1234
Posts: 13 Joined: Fri Jan 10, 2020 12:24 pm
Post
by ciscosucks1234 » Tue Jan 14, 2020 10:39 am
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
mbellerue
Posts: 1403 Joined: Fri Jul 12, 2019 11:10 am
Post
by mbellerue » Tue Jan 14, 2020 3:47 pm
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!
scottwilkerson
DevOps Engineer
Posts: 19396 Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:
Post
by scottwilkerson » Wed Jan 15, 2020 10:10 am
ciscosucks1234 wrote: Thank you that fixed my issue feel free to lock thread.
Great!
Locking thread