Skip to content

Instantly share code, notes, and snippets.

@dobreandl
Created December 19, 2018 12:53
Embed
What would you like to do?
security list-keychains -d user -s <path_to_the_old_login_keychain> <path_to_the_new_keychain>
security list-keychains -s <path_to_the_old_login_keychain>
security default-keychain -s <path_to_the_old_login_keychain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment