From af2050a585ee3f242230f69de22b643f6ad2200c Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 12 Jun 2017 15:38:21 +0200 Subject: doc: Use correct PKCS#11 URI syntax --- doc/manual/trust.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 $ 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" Store or remove trust anchors in the trust policy store. These are -- cgit v1.1