Post

Replies

Boosts

Views

Activity

Comment on Generating key pair in System Keychain
~~Without user interaction? No, that would be a clear violation of platform security policies. Of course not without user interaction. Ours is a runtime application so implementing a lauchd daemon was not viable last we explored this. We use the SFAuthorization API to escalate privileges where required. The SFAuthorization class gives us an Authorization object that we can pass with other functions. Is there a way we can utilize this Authorization object with the keypair creation?~~ Commenting formats it weird. Used as an answer
Nov ’21