Code signing and self-signed certificate
Code signing and self-signed certificate
- Subject: Code signing and self-signed certificate
- From: Frédéric Testuz <email@hidden>
- Date: Mon, 10 Mar 2014 22:54:57 +0100
I have resolved my problem, but I didn’t find informations for this case in the net. For future informations :
I have to do a tool which have to run regularly. And I want this tool to run even when logout. After some research I found the privileged tool information and the SMJobBless example.
I’m not a pro programmer and I’m not registrate in the Mac or iOS program, so I never, until now, signed compile my program.
My tool is only for internal product, then I thought that I don’t need to registrate.
I found, and followed, the informations about self-signed certificate. But it was impossible to compile SMJobBlessApp. I had correctly set the Code Signing Identity to my the self-signed certificate that I create in my Keychain. Every time, Xcode complains that it can’t find the certificate and key with the name I gave.
And then I think of one problem : Keychain proposes to name the certificate with my name. And my name has accent.
With a new certificate named without accent, I can now compile then run SMJobBless example.
For futur : don’t name a certificate with accent (and probably with any characters outside pure ASCII)
I think it’s a bug in the tool : Xcode (or Keychain) should signal that a certificate with accent is not appropriate or the compile tool should accept certificates with accent in the name.
Frédéric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden