Answer the question
In order to leave comments, you need to log in
Is it possible to sign an AIR application with just a .key file and a password?
I am writing an AIR application, the customer asks to sign the application with an existing certificate, and gives the *.key file + password. How can I get one of the certificates suitable for me (*.p12, *.pfx, *.jkx,) from this one file. I tried openssl, but alas, it doesn't work. Or do I need some more files?
Answer the question
In order to leave comments, you need to log in
If the key is in pem format, to
https://www.openssl.org/docs/apps/pkcs12.html
openssl pkcs12 -export -in file.pem -out file.p12 -name "My Certificate"
Make sure it's in pem
stackoverflow.com/questions/991758/how-to-get-an-o...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question