1
General Discussion / Re: Expired letsencrypt ssl cert locked out of GUI
« on: May 27, 2024, 01:48:51 pm »
Thankyou, your advice got me further than I had in several days on my own!
The shell menu wasn't available to the admin user, but I was able to reset the root user password as noted in the docs. This allowed me to log in a root and follow your suggestion below.
I got webGUI back on HTTP and removed the expired certs, but when I switch back to HTTPs and select the self signed cert, the browser is still being issued an old expired cert (completely the wrong cert too somehow). Network has a wildcard cert of
The Opnsense install is getting the correct IP (checked by ping), but is being issued the subdomain2 cert.
I have locked myself out over and over trying to get back to a HTTPS using the default self signed cert so I can take your advice and reverse proxy the GUI.
Is it possible to force the cert beyond just selecting it from 'System > Settings > Administration - SSL Certificate'?
The shell menu wasn't available to the admin user, but I was able to reset the root user password as noted in the docs. This allowed me to log in a root and follow your suggestion below.
I got webGUI back on HTTP and removed the expired certs, but when I switch back to HTTPs and select the self signed cert, the browser is still being issued an old expired cert (completely the wrong cert too somehow). Network has a wildcard cert of
Code: [Select]
*.subdomain.domain.TLD
which was what the Opnsense was/should be using. There was also a second cert for a specific web exposed appCode: [Select]
subdomain2.domain.TLD
which I have since deleted.The Opnsense install is getting the correct IP (checked by ping), but is being issued the subdomain2 cert.
I have locked myself out over and over trying to get back to a HTTPS using the default self signed cert so I can take your advice and reverse proxy the GUI.
Is it possible to force the cert beyond just selecting it from 'System > Settings > Administration - SSL Certificate'?