Openssl: No certificate matches private key
this used work on last computer, created csr , uploaded apple , returned valid distribution certificate. when run openssl try , create p12 file, keep getting error:
"no certificate matches private key".
my batch file looks this:
set openssl_conf=c:\openssl-win32\bin\openssl.cfg
set randfile=.rnd
openssl x509 -in ios_distribution.cer -inform der -out developer_identity.pem -outform pem
pause
openssl pkcs12 -export -inkey mykey.key -in developer_identity.pem -out myfile.p12
pause
i've tried everything, , i'm stuck. can help?
you can run such issues if still have old certificates kicking around. go keychain access , @ certificates , certificates. don't have key next them not work, still cause problems. of others, delete not latest date, , export p12 recent one, use in flash.
also, make sure provisioning files using latest certificate.
More discussions in AIR Development
adobe
Comments
Post a Comment