SSL Cert .pfx support?

Feature request to add .pfx support when adding a SSL Cert to Passbolt.

I use a Kemp Loadmaster on my network, KEMP uses some form of *nix for the OS of their Loadmasters. They support both pem/key and .pfx SSL cert file formats which makes me life easier as I am a Windows guy and exporting my new cert to a .pfx file is easy and in the case of the Loadmaster importing it is easy too. :slight_smile:

Thanks,

Hey @3GLighting this is fairly unlikely to be done. The reason here is that the webserver that we include by default is nginx. Their documentation on SSL can be found here.

And the information on expected formats for the key and cert

So, this is more of an nginx requirement than a passbolt requirement