How to protect iOS p12 distribution certificate?

108 views Asked by At

Our company is going to develop InHouse apps signed with Enterprise certificate. The question is: how can we protect the certificate from being stolen/shared by our developers but at the same time let the developers use it to sign our app?

1

There are 1 answers

2
pipacs On

Trust your developers.

Or develop a workflow to send the unsigned app to some in-house authority that signs it and sends it back to the developers.

Or develop an in-house signing service that does the above automatically.