diff options
author | Stef Walter <stef@thewalter.net> | 2013-08-29 11:46:08 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-08-29 11:47:41 +0200 |
commit | f2beacb7c59b9c4b41b00da993c747fd814882a8 (patch) | |
tree | 17ee8429d86be8ff930bda2380a25f46a20e7028 /doc/manual/p11-kit-trust.xml | |
parent | 5c19a0e8f5d07a4defb3239a89c224c5f5f9eef4 (diff) |
trust: Document the new command line trust tool
Diffstat (limited to 'doc/manual/p11-kit-trust.xml')
-rw-r--r-- | doc/manual/p11-kit-trust.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual/p11-kit-trust.xml b/doc/manual/p11-kit-trust.xml index 4b3521a..dde614c 100644 --- a/doc/manual/p11-kit-trust.xml +++ b/doc/manual/p11-kit-trust.xml @@ -6,13 +6,16 @@ <!ENTITY userdir SYSTEM "userdir.xml"> ]> -<chapter xml:id="trust"> +<chapter xml:id="trust-module"> <title>Trust Policy Module</title> <para>The trust module provides system certificate anchors, blacklists and other trust policy to crypto libraries applications. This information is exposed as PKCS#11 objects.</para> + <para>You can use the <link linkend="trust">trust</link> command line + tool to examine and modify the trust policy store.</para> + <section id="trust-files"> <title>Paths loaded by the Module</title> |