trust: add page (#7699)

feature/windows-fix-syntax-2
Axel Navarro 2022-01-24 12:03:33 -03:00 committed by GitHub
parent 40f59ab8e9
commit 6b9e9fc683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/linux/trust.md Normal file
View File

@ -0,0 +1,28 @@
# trust
> Tool for operating on the trust policy store.
> More information: <https://manned.org/trust>.
- List trust policy store items:
`trust list`
- List information about specific items in the trust policy store:
`trust list --filter={{blocklist|ca-anchors|certificates|trust-policy}}`
- Store a specific trust anchor in the trust policy store:
`trust anchor {{path/to/certificate.crt}}`
- Remove a specific anchor from the trust policy store:
`trust anchor --remove {{path/to/certificate.crt}}`
- Extract trust policy from the shared trust policy store:
`trust extract --format=x509-directory --filter=ca-anchors {{path/to/directory}}`
- Display help for a subcommand:
`trust {{subcommand}} --help`