]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updated p11tool documentation.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 6 Mar 2012 10:43:09 +0000 (11:43 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 6 Mar 2012 10:43:12 +0000 (11:43 +0100)
src/p11tool-args.def

index b45d0442c960f93927d35eb45a150b6ac5739b74..cc850d51474d88b7027e02d082c46087aa70bc3b 100644 (file)
@@ -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_;
 };