Copy link to clipboard
Copied
I have a .cer file with me, now I want to convert that .cer to .p12. Anybody explain the process to convert that from windows xp. Thanks to all.
Copy link to clipboard
Copied
You need OpenSSL and a fondness for typing on the command line. The process is explained on two pages, starting at "Generate a certificate signing request on Windows":
http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-371badff126abc17b1f-8000.html
Copy link to clipboard
Copied
Thanks I looked into that two days before, any other way? (or) can you guide me step by step to install those things on my system?
Copy link to clipboard
Copied
The command line approch works well. I dont know any other way to do it.
Install openSSL
(Win 32 ) http://www.slproweb.com/download/Win32OpenSSL_Light-1_0_0d.exe
(Win 64 ) http://www.slproweb.com/download/Win64OpenSSL_Light-1_0_0d.exe
Open a command line (Start : Exec : cmd) and follow Adobe isntructions from the link provided in the last answer...
You should have your p12 in a few minutes good luck!
Copy link to clipboard
Copied
Hi Rangora,
Installed OpenSSL, but it require the visual c++ 2008 distributable component, google it and installed that too. After following the process from the adobe I only get two files in the bin directory as:
mykey.key
CertificateSigningRequest.certSigningRequest
Where did I find the .p12 file? should again follow to the apple site to get .p12?
Hi boat,
That is not more relevant to my issue, anyway I already looked into that while developing packager for iphone
Copy link to clipboard
Copied
http://help.adobe.com/en_US/air/build/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff0.html#WSfffb011ac560372f46768d8712cd1d13954-7ffc
The last section is about the conversion to p12.
Copy link to clipboard
Copied
Hi,
I found the same from some other link, but still while proceeding have a error mentioned as:
"No certificate matches private key"
Doubt:
openssl req -config c:\openssl\bin\openssl.cfg -new -key mykey.key -out CertificateSigningRequest.certSigningRequest -subj "/emailAddress=youremail@domain.com, CN=Your Name, C=SE"
The above command require emailaddress, CN and C, what that specifically mean and whether it searches for the same within my profile or I can give anything over there?
Because I have only the file and I dont have more input from my organization.
Copy link to clipboard
Copied
Lee made a video on the process here
I forget, but I think it was the video titled:
Developing iOS Applications on Windows
EDIT:
or perhaps its this one
Building iPhone Applications with Flash
Copy link to clipboard
Copied
Relaxtraja are you on a Mac or have access to one, if so this is about 100% easier. Let me know and Ill find a tutorial for you, its simple once you get used to it. Even if you plan to develop on PC you can do this p12 part on a Mac and then switch to PC for the rest of the app until its time to release it, that requires access to Application Loader.
Copy link to clipboard
Copied
http://adobe.edgeboss.net/download/adobe/adobetv/gotoandlearn/ipad.mp4
around the middle of the video it shows how to convert to p12.If u fallow this tutorial made by Lee Brimelow u should be ok.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now