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
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