Browse Source

security: add page (#5033)

Axel Navarro 4 years ago
parent
commit
841e17f89a
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pages/osx/security.md

+ 16 - 0
pages/osx/security.md

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