1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 21:26:02 +02:00

security: add page (#5033)

This commit is contained in:
Axel Navarro 2020-12-19 16:23:51 -03:00 committed by GitHub
parent 5a17971b1c
commit 841e17f89a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/osx/security.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`