Posts

Post not yet marked as solved
0 Replies
2.7k Views
Hi everybody,I have obtained my fairplay.cer file and I'm using OpenSSL to follow the steps in the FPS Guide to create a PCKS#12 file:1- Generate a privatekey.pem file with openssl genrsa -aes256 -out privatekey.pem 1024OpenSSL asks me to provide a password and then verify it.2- Obtain a fairplay.pem file with openssl x509 -inform der -in fairplay.cer -out fairplay.pemAt this stage, my folder includes the files fairplay.cer, privatekey.pem and fairplay.pem.3- Create a cert.p12 file with openssl pkcs12 -inkey privatekey.pem -in fairplay.pem -aes256 -export -out cert.p12OpenSSL asks for the password provided in step 1, then it stops with the error message "No certificate matches private key". I'm out of my depth. Can you please tell me what I am doing wrong?Thanks in advance.
Posted
by fpolar.
Last updated
.