I want to allow permanent access to certificates for certain app (eg codesign) via command line. The gui equivalent would be clicking "Always Allow" when prompted. However I only have access via SSH
I want to do what is asked in this question: OSX - Disable keychain password prompts only via terminal.
security add-trusted-certhelp you? – slhck Sep 20 '11 at 11:32securityis the interface to anything related about it on OS X, so seeman securityfor more info. – slhck Sep 20 '11 at 11:47