Re: How to get Mac codesign certificate?
Re: How to get Mac codesign certificate?
- Subject: Re: How to get Mac codesign certificate?
- From: Charles Srstka <email@hidden>
- Date: Sat, 17 Mar 2012 13:11:08 -0500
On Mar 17, 2012, at 9:54 AM, Marco Tabini wrote:
> 'm not an expert, but I think the free cert they provide cannot be used for code signing.
It can’t. Only Apple’s certs will work with Gatekeeper.
> One other alternative may be the Developer ID initiative that Apple has announced as part of OS X 10.8 Mountain Lion, but I can't figure out if that's still under NDA and don't want to incur the wrath of the mods :-)
The good news is that Gatekeeper is actually already in Lion as a hidden feature, which you can enable via this command line:
sudo spctl --enable
and turn back off with:
sudo spctl --disable
By doing this, you can get a feel for what Gatekeeper will allow without having Mountain Lion or dealing with any NDAed stuff.
Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden