1

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.

JFoulkes
  • 133
  • 1
  • 4
  • … does `security add-trusted-cert` help you? – slhck Sep 20 '11 at 11:32
  • I dont think so. I want to allow access for certain applications for certificates that already exist – JFoulkes Sep 20 '11 at 11:42
  • I don't know a lot about the security options, but `security` is the interface to anything related about it on OS X, so see `man security` for more info. – slhck Sep 20 '11 at 11:47

0 Answers0