LinuxCommandLibrary

trust

Tool for operating on the trust policy store.

TLDR

List trust policy store items

$ trust list
copy


List information about specific items in the trust policy store
$ trust list --filter=[blocklist|ca-anchors|certificates|trust-policy]
copy


Store a specific trust anchor in the trust policy store
$ trust anchor [path/to/certificate.crt]
copy


Remove a specific anchor from the trust policy store
$ trust anchor --remove [path/to/certificate.crt]
copy


Extract trust policy from the shared trust policy store
$ trust extract --format=x509-directory --filter=ca-anchors [path/to/directory]
copy


Display help for a subcommand
$ trust [subcommand] --help
copy

Copied to clipboard