Open luke-clifton opened 5 years ago
By default security searches in the System and login keychains.
security
System
login
Perhaps we should use
security list-keychains
to determine which keychains to search in addition to the System roots?
Related to https://github.com/vincenthz/hs-certificate/issues/49
Or perhaps run the security utility twice, once with the Root keychain, and once with no keychain specified so that the users preferences are honored.
By default
security
searches in theSystem
andlogin
keychains.Perhaps we should use
to determine which keychains to search in addition to the System roots?