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

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: