Search code examples
apache-flexaircertificatecode-signing

Generate certificate for signing AIR app


How do I generate a self-signed certificate to sign an adobe AIR app? I'm using the maven flexmojos plugin. I've followed an openssl tutorial to generate a .p12, but now the mvn plugin /adt compiler is telling me that the certificate is not a X509 certificate.

Thanks


Solution

  • Take a look at Creating a self-signed certificate with ADT