mirror of https://github.com/CrimsonTome/tldr.git
17 lines
353 B
Markdown
17 lines
353 B
Markdown
# security
|
|
|
|
> Administer Keychains, keys, certificates and the Security framework.
|
|
> More information: <https://ss64.com/osx/security.html>.
|
|
|
|
- List the available keychains:
|
|
|
|
`security list-keychains`
|
|
|
|
- Delete a specific keychain:
|
|
|
|
`security delete-keychain {{path}}`
|
|
|
|
- Create a keychain:
|
|
|
|
`security create-keychain -p {{password}} {{name.keychain}}`
|