I’m needing to create a Production Developer ID certificate, to sign an app that will be outside the App Store distribution as outlined here: https://developer.apple.com/library/content/documentation/IDEs/Conceptual/AppDistributionGuide/MaintainingCertificates/MaintainingCertificates.html
Under the section titled "Creating Additional Developer ID Certificates”, note that Step 4 mentions to “select the Developer ID under Production, and click Continue.”:
However when I get to this step in the instructions, I'm seeing only this:
There is either a gap in the documentation or my permissions aren't set to create this - but not sure.
Can someone suggest how I proceed?
FWIW: I should also note that the App we are building is developed around Eclipse RCP - and hence doesn't use XCode. We need to sign to get around Gatekeeper restrictions in OS X 10.12.x. All codesigning is happening via CLI.
Thanks,
- JK