Posts

Post not yet marked as solved
3 Replies
Hi,Thanks for your reply.Respond to " (this presumes you have some way to load the Apple-issued certificate on to the hardware token)"I do not know to do that. All i know is after successfull verification of so(security officer)credential, it creates one hardware token.I used softhsm for developement purpose.But I do not know or get any documenation how to add apple certificate(self signed developer certificate) in the hardware token. If you know how to add apple certificate to hsm token,please share.And if i am somehow managed to add apple certificate to token and add that in keychain,then how using that token,i will get acces to private key and certificate in hsm?Please provide answer to this.If i add one apple certificate, I will be able to sign using that hardware token only for that identity. I think i can not use that hardware token to sign code for other users apple certificate.Am i correct?One more question does Apple provide any cloud based hsm service where i can do integration for developement purpose?
Post marked as solved
8 Replies
Hi,Thanks eskimo for your reply."Personally I recommend that you use Xcode for this, but you’ve already ruled that out." Actually i do not have that option in my developement requirement.Otherwise i would be happy to use that as you said using xcode is the best option. 🙂
Post marked as solved
8 Replies
Hi,I have created an app for mac os.My Xcode version is 11.0 and mac os version is 10.15(beta version).As you recommended to do " If not, my recommendation is that you create a dummy app in Xcode, set it up to sign that way, build it, and then look at the build transcript to see what it’s doing." i tried.The app is built successfully.But I am not able to find the build transcript.Can you please tell me where to find the build transcript?
Post marked as solved
8 Replies
Hi,Response to your "What other code signing mechanisms are you expecting?", I do not have any knowledge on other methods. But there is lot of news going around new cryptoframework "Apple Cryptokit."Does this framework do the same task as codesign command do?