Posted on 08-17-2018 11:40 AM
I want to allow this private key to be "Allow all application to access this item" can this be scripted?
Posted on 08-17-2018 11:47 AM
You can configure this from the Terminal when you import the certificate into your Keychain. Import command: import inputfile [-k keychain] [-t type] [-f format] [-w] [-P passphrase] [options...] To set the access control to "Allow all applications to access this item", just add the flag "-A".
Of course the cert might be pushed via config already, but you can re-import using a package/temp location/postinstall method.
Posted on 08-17-2018 11:48 AM
The cert is auto-created via Company Portal.
Posted on 08-17-2018 12:06 PM
This cannot be scripted, by design I believe. For security reasons.