Skip to content

Instantly share code, notes, and snippets.

@tony-go
Last active February 8, 2023 14:27
Show Gist options
  • Save tony-go/d564023a9b7f270316fc8f1ebb0425a3 to your computer and use it in GitHub Desktop.
Save tony-go/d564023a9b7f270316fc8f1ebb0425a3 to your computer and use it in GitHub Desktop.
How to create a Developer ID Application certificate?

How to create a Developer ID Application certificate?

There are several ways to create a Developer ID application certificate. We'll go ahead and describe to more straightforward way to accomplish it

Requirements:

Steps

  1. Open Xcode
  2. Once it's loaded, open the "Settings" menu Screenshot 2023-02-08 at 14 52 51
  3. Select the "Account" tab in the window, and click on "Manage Certificates..." Screenshot 2023-02-08 at 14 54 07
  4. A new window will open, then you can click on the little "+"
  5. Select the "Developer ID Application" in the dropdown menu Screenshot 2023-02-08 at 14 56 59
  6. You should see a new certificate appear on the menu

How to check that the certificate are well added

  • Check your "Keychain Access" application. You should see the certificate in the list Screenshot 2023-02-08 at 15 10 15
  • Use the command: security find-identity -v -p codesigning, and you should see your certificate printed in the console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment