trust

Tool for operating on the trust policy store. More information: <https://manned.org/trust>.

Install

All systems
curl cmd.cat/trust.sh
Debian Debian
apt-get install p11-kit-trust
Ubuntu
apt-get install p11-kit-trust
Alpine
apk add p11-kit-trust
Arch Arch Linux
pacman -S p11-kit-trust
image/svg+xml Kali Linux
apt-get install p11-kit-trust
CentOS
yum install p11-kit-trust
Fedora
dnf install p11-kit-trust
Windows (WSL2)
sudo apt-get update sudo apt-get install p11-kit-trust
Raspbian
apt-get install p11-kit-trust
Docker
docker run cmd.cat/trust trust powered by Commando

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

© tl;dr; authors and contributors