diff options
author | Daiki Ueno <dueno@redhat.com> | 2017-06-12 15:38:21 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2017-06-13 08:42:26 +0200 |
commit | af2050a585ee3f242230f69de22b643f6ad2200c (patch) | |
tree | fe8227a13fa9caf44604c030095113a3c958b3bb /doc/manual | |
parent | b309aea5174d6d3af569c2c54632a35825734579 (diff) |
doc: Use correct PKCS#11 URI syntax
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/trust.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/trust.xml b/doc/manual/trust.xml index f6f2b3e..14dcbba 100644 --- a/doc/manual/trust.xml +++ b/doc/manual/trust.xml @@ -157,7 +157,7 @@ $ trust list <programlisting> $ trust anchor /path/to/certificate.crt $ trust anchor --remove /path/to/certificate.crt -$ trust anchor --remove "pkcs11:id=%AA%BB%CC%DD%EE;object-type=cert" +$ trust anchor --remove "pkcs11:id=%AA%BB%CC%DD%EE;type=cert" </programlisting> <para>Store or remove trust anchors in the trust policy store. These are |