Software Archive
Read-only legacy content
17061 Discussions

CSR file download

Jagrit_O_
Beginner
814 Views

I am new to intel xdk and a i am building ios app. I want to create acompletely new csr file using intel xdk. When i press submit button i cannot dowload any csr file. Have i been missing some thing.I cannot find the csr file anywhere

0 Kudos
4 Replies
Zhen_Z_Intel
Employee
814 Views

Hi, please follow this document to create ios certificate and P12 file. https://software.intel.com/en-us/xdk/articles/walkthrough-obtain-ios-appstore-adhoc-cert-and-p12 

After you submit creating a new csr, the following page will be loaded. Please make sure you can connect to the internet and the csr. file normally saved in C:\Users\xxxx\AppData\Local\XDK\Downloads by default. 

Hope it could help you.

0 Kudos
Jagrit_O_
Beginner
814 Views

After i clicked submit i get 

<

Now, you'll need to use the Apple Developer site to generate a certificate using your Certificate Signing Request. After you've got your certificate file, return here and click "Next." 

For help on creating a certificate, please see the Intel XDK documentation.

 

>

But i cannot download anything. 

 

I dont have any .csr file in the location you mentioned

0 Kudos
Zhen_Z_Intel
Employee
814 Views

Hi, if the xdk cannot generate csr. files automatically, you could use OpenSSL to generate by using cmd. Here is the article could help you. http://www.joshmorony.com/how-to-create-an-ios-provisioning-profile-and-p12-with-windows/

* Please remember to run cmd as admin, otherwise the permission will be denied.

0 Kudos
Zhen_Z_Intel
Employee
814 Views

Hi, I will help you to generate csr. file step by step:

1. Run cmd as admin

2. Change the working directory of the bin folder of the OpenSSL.exe. [ If you do not know where is the location of Open SSL, you can find integrated OpenSSL.exe in following path. C:\Users\xxxx\AppData\Local\Intel\XDK\bin\git\usr\bin ]

3. create private key first

4. set pass phrase

5. create csr

6. enter password of private key file

7. You could find the csr. file in the working directory

The command can be found in following link: https://www.iandevlin.com/blog/2012/11/phonegap/building-an-ios-signing-key-for-phonegap-in-windows

0 Kudos
Reply