This repository was archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Create a Certificate Signing Request
Nick Iliev edited this page May 28, 2020
·
3 revisions
Creating a certificate signing request (CSR) is a prerequisite for creating a certificate in the iOS Dev Center. If you do not have a tool to create a certificate signing request, you can still create it by using Sidekick.
- Verify that you have installed NativeScript Sidekick. For more information, see [Set Up Your System and Install Sidekick]({% slug installation %}).
- Start NativeScript Sidekick.
- In the main menu bar, click Tools → Certificate Signing Request.
- Specify name, email, and country.
- Click Create CSR.
- Specify name and download location for the
CSRfile and confirm the download by clicking Save. - Use the
CSRfile to create a [Certificate for Development]({% slug create-development-certificate %}) or a [Certificate for Distribution]({% slug create-distribution-certificate %}). - In Sidekick, open the Create Signing Request dialog again.
- Click Import CER, select the
CERfile created in step 6, and click Open. - When prompted, provide a password for the newly created
P12file and then choose a location in which to store it.
Create a development provisioning profile or a distribution provisioning profile in the iOS Dev Center.
- Introduction
- Get Started
- User Guide
- Logging in Sidekick
- Sidekick Settings
- Creating Your App
- Configuring Your App
- Adding Pages
- Code Signing You App
- Building Your App
- Running Your App
- Publishing Your App
- Troubleshooting