From: Nikos Mavrogiannopoulos Date: Tue, 6 Mar 2012 10:43:09 +0000 (+0100) Subject: updated p11tool documentation. X-Git-Tag: gnutls_3_0_16~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84cb745c39ed8bec9fd22920a36b31f0acf3fe93;p=thirdparty%2Fgnutls.git updated p11tool documentation. --- diff --git a/src/p11tool-args.def b/src/p11tool-args.def index b45d0442c9..cc850d5147 100644 --- a/src/p11tool-args.def +++ b/src/p11tool-args.def @@ -242,8 +242,10 @@ To store a private key and a certificate in a token run: $ p11tool --login --write "pkcs11:URL" --load-privkey key.pem \ --label "Mykey" $ p11tool --login --write "pkcs11:URL" --load-certificate cert.pem \ - --label "MyCert" + --label "Mykey" @end example +Note that some tokens require the same label to be used for the certificate +and its corresponding private key. _EOT_; };