Private key differs when creating a pfx container and then extracting it from it
Assuming a private_key.pem and the associated certificate client_cert.pem signed by CA (CSR signed with private_key.pem).
Next, I create the pfx container with:
# create pfx with private_key.pem and client_certificate.pem
openssl pkcs12 -e… Continue reading Private key differs when creating a pfx container and then extracting it from it