Arc 4.2.0 enable SSL, custom certificate

,

I think you need to add -nodes
openssl pkcs12 -in cert.pfx -nocerts -nodes -out key.pem

Because otherwise the private key is encrypted and arc can’t read it

1 Like