mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 22:35:32 +02:00
Fix typo in security.md (#8880)
Documentation available here: https://ss64.com/osx/security-internet.html. Apple keychains end with *.keychain.
This commit is contained in:
parent
8f9d62e8ea
commit
91c429faf7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Add a certificate from file to a [k]eychain (if -k isn't specified, the default keychain is used):
|
||||
|
||||
`security add-certificates -k {{keychain.name}} {{path/to/cert.pem}}`
|
||||
`security add-certificates -k {{file.keychain}} {{path/to/cert.pem}}`
|
||||
|
||||
- Add a CA certificate to the per-user Trust Settings:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue