flex - Adobe AIR - Unable to build a valid certificate chain for the signer -


i purchased p12 certificate having difficulty using it. following error when trying sign app:

error creating air file: unable build valid certificate chain signer.

screenshot

this not issue when sign app self-signed certificate.

i'm trying sign .air file desktop. i'm on mac osx. there must before using p12 file?

i have (2 years back) purchased p12 key same provider , 1 did not have issue. key has expired though.

after looking around able generate new p12 certificate works. yay!

the last answer in adobe forum worked:

http://forums.adobe.com/message/1975832#1975832

here steps listed on forum:

  1. i certificate cert-client.p12 client
  2. double click , install certificate windows explorer
  3. open internetexplorer > tools > internet options > content > certificates
  4. select certificate have imported , click export
  5. next
  6. yes, export private key
  7. format: pkcs, (checked) include certificates in the... , (checked) enable strong protection, (unchecked) delete private key ...
  8. next
  9. enter password certificate
  10. next enter filename , export file
  11. rename file pk12

Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -