I think I got this answer from post #2 here:
[url]https://www.afp548.com/forum/viewtopic.php?showtopic=18460[/url]
I can verify that it works when executed on the first startup of the machine. I visit an internally-signed website and it’s trusted.
[code]/usr/bin/security add-trusted-cert -d -r trustRoot -k “/Library/Keychains/System.keychain” /private/tmp/mycert.pem[/code]
I’m not sure whether you can point it at “$3″”/Library/Keychains/System.keychain”, adding it to a non-boot volume (in other words, making it part of a payload-free InstaDMG CustomPKG). Could work.
– Patrick
Comments are closed