Certificate for signing desktop .air app #3623
Replies: 1 comment 2 replies
-
Support for simple certificate files and passwords is being withdrawn by the certificate authority companies, so there would need to be updated mechanisms... and there are of course multiple mechanisms because of the different vendors and the way they do things. AIR signing is very similar to JAR signing, so if you have any instructions from your certificate provider on how to sign JAR files, you should be able to follow the same steps and provide the same arguments to ADT as you would to the jarsigner app. I don't think there will be a "one size fits all" option here though because different certificate vendors will want different set-ups and they all need some kind of configuration. Looking at the SSL eSigner thing, it sounds like it's a web service that will send a hash of the files to the server to be signed - it may be possible to rename the .airi file to .jar and see if it works, but I suspect there may need to be some manual mechanism created to use their API for signing the files and package. We can look at the differences though, between .air file signing and .jar file signing, to see if we can actually make these similar enough that the tool would work also on .airi formats.. thanks |
Beta Was this translation helpful? Give feedback.
-
I'm trying to sign desktop app made in Flash Builder 4.7 IDE. Previously they used .p12 certificate. It was easy enough: while exporting .air file in the IDE just put link to certificate and password and it's signed. But what now? I tried to export .airi file and sign it with ssl eSigner CodeSignTool. But this file format is not supported. I've seen some workaround in other post but they use digiCert tool and it's seems very complicated.
Is there any simple method to sign air app?
Beta Was this translation helpful? Give feedback.
All reactions