OpenSSL convert PEM to PKCS12: no certificate matches private key
There are 2 notes for this topic, click above title to see all notes.
January 11, 2017 00:33:58 Last update: January 11, 2017 00:34:56
You do not have to concatenate certificate with its key -- openssl has an option for a separate key-file:
openssl pkcs12 -export -in openssl_ca3.pem -out openssl_ca3.p12 -inkey /path/to/my.key