drGrove / mtls-cli

A short-lived certificate tool based on the Zero Trust network model
Other
27 stars 8 forks source link

MacOS keychain should be locked before running "security" commands #37

Closed drGrove closed 3 years ago

drGrove commented 4 years ago

MacOS keychain seems to get into weird states sometimes and doesn't properly import certificates. This can normally be solved by manually locking the "login" keychain and then re-running the mtls command. We should just lock the keychain during the mtls process to prevent this issue.