question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

self-signed codesigning certificate? (mac)

See original GitHub issue

I created a certificate via keychain access > certificate assistant > create a certificate. (in the login keychain)

name: My Test Certificate
identity type: self signed root
certificate type: code signing

Then I type the following in the terminal before building;

export CSC_NAME="My Test Certificate" But output is:

Identity name "My Test Certificate" is specified, but no valid identity with this name in the keychain

What is the problem? Is it not possible to use a self-signed certificate?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

18reactions
develarcommented, Jun 6, 2016
develar-home-imac:onshape-desktop-shell develar$ security find-identity -v -p codesigning
  1) 5160729A078E4EF0401986C2328E4D3BD55FFE0E "Test Test"
  2) 32F67D8F957E740C692ADD8CD5A5E463992193DD "Vladimir Krivosheev"
     2 valid identities found
screen shot 2016-06-06 at 20 25 56
1reaction
antoniobrandaocommented, Jun 7, 2016

@develar that solved it, thanks ! ❤️

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to create code signing certificate in macOS
Steps to create code signing certificate using Keychain Access: · Launch Keychain Access. · Go to Keychain Access → Certificate Assistant → Create...
Read more >
Apple OS X 10.6 - Code signing - Creating a certificate - Xolphin
Apple OS X 10.6 - Code signing - Creating a certificate ; Keychain Access, go to the ; Keychain Access menu and navigate...
Read more >
(Mac) Verify Code Signing Certificate Install | DigiCert.com
Mac instructions for how to verify your code signing certificate install in Safari, Chrome, and Firefox.
Read more >
macos - How can I codesign an app without being in the mac ...
Open Keychain Access. Choose Keychain Access > Certificate Assistant > Create Certificate ... Enter a name; Set 'Certificate Type' to 'Code Signing'.
Read more >
Code signing for the concerned: 2 Creating a personal certificate
Give your certificate a meaningful name such as that here, select the Identity Type as Self-Signed Root, and the Certificate Type as Code...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found