1
0
Fork 0
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:
Maciej Kisielewicz 2022-10-10 04:53:52 +02:00 committed by GitHub
parent 8f9d62e8ea
commit 91c429faf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: