Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

how to convert .cer to .p12?

Mentor ,
Aug 12, 2011 Aug 12, 2011

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.

TOPICS
Development
18.5K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 12, 2011 Aug 12, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Aug 12, 2011 Aug 12, 2011

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 12, 2011 Aug 12, 2011

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!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Aug 15, 2011 Aug 15, 2011

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 17, 2011 Aug 17, 2011

http://help.adobe.com/en_US/air/build/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff0.html#WSfffb011ac560372f46768d8712cd1d13954-7ffc

The last section is about the conversion to p12.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Mentor ,
Aug 17, 2011 Aug 17, 2011
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Aug 12, 2011 Aug 12, 2011

Lee made a video on the process here

http://gotoandlearn.com/

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


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 17, 2011 Aug 17, 2011

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Aug 17, 2011 Aug 17, 2011

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.


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines