views:

189

answers:

1

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

+1  A: 

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

sharvey