I am trying to create a .p12 file to establish a Two-Way SSL connection.
I have both privateKey.pem and cert.pem in the same folder and run in openssl:
openssl pkcs12 -export -in cert.pem -inkey "privateKey.pem" -certfile cert.pem -out myProject_keyAndCertBundle.p12
but getting the error "No certificate matches private key"
I am using OpenSSL Version 1.1.1q on a WIN64 machine