1
23.1 Legacy Series / Re: SSL/Webui Issue
« on: February 21, 2023, 05:08:57 am »I do this, and have done recently.
Make sure you use this:
openssl pkcs12 -in [yourfile.pfx] -out cert.pem -nodes
This ensures the private key is exported without the password.
Not sure if this is your problem, but using the above works perfectly for me with OPNSense.
Proximus,
thanks a million, I guess exporting to crt inst a good idea, however your steps solved the problem..
I also seen a new behavior that's kinda cool.
I imported the cert on gateway1 and did a ha-sync (re-sync all) and it even copied over the cert to gateway2 for me. That didnt used to work in the past, always had to import manually.