Quote from: ProximusAl on February 20, 2023, 08:43:53 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.