Forrest logo
back to context overview

trust

List of commands for trust:

  • trust:tldr:115d0 trust: Store a specific trust anchor in the trust policy store.
    $ trust anchor ${path-to-certificate-crt}
    try on your machine
    explain this command
  • trust:tldr:20665 trust: List information about specific items in the trust policy store.
    $ trust list --filter=${select}
    try on your machine
    explain this command
  • trust:tldr:54ba1 trust: Remove a specific anchor from the trust policy store.
    $ trust anchor --remove ${path-to-certificate-crt}
    try on your machine
    explain this command
  • trust:tldr:66e70 trust: List trust policy store items.
    $ trust list
    try on your machine
    explain this command
  • trust:tldr:ba89e trust: Extract trust policy from the shared trust policy store.
    $ trust extract --format=x509-directory --filter=ca-anchors ${path-to-directory}
    try on your machine
    explain this command
  • trust:tldr:f9032 trust: Display help for a subcommand.
    $ trust ${subcommand} --help
    try on your machine
    explain this command
back to context overview