1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:02:07 +02:00
tldr/pages/osx/security.md
2020-12-19 19:23:51 +00:00

16 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}}`