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:
parent
5a17971b1c
commit
841e17f89a
1 changed files with 16 additions and 0 deletions
16
pages/osx/security.md
Normal file
16
pages/osx/security.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue