System: Firmware: Plugins. Not there?
Yes, correct, import them under System: Trust to be able to use them.
Hi Julien,run...openssl pkcs12 -in input.pfx -nocerts -out key.pemopenssl pkcs12 -in input.pfx -clcerts -nokeys -out certs.pem...to get the key and the certs respectively. You may want to parse out the certs into separate files and check which one is which by:openssl x509 -in test.pem -noout -text | lessBart...
Sorry Julien, no ha-proxy here - my setup is rather simpler than yours. I have just done a fair bit of openssl over the years ;-)Bart...