From: Nikos Mavrogiannopoulos Date: Wed, 8 Apr 2015 06:53:39 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_4_1~96 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e7164c673c2b9b40ff75f0b478ce12c676cd897;p=thirdparty%2Fgnutls.git doc update --- diff --git a/src/cli-args.def b/src/cli-args.def index 2bd1c9c4a2..1edcc310ef 100644 --- a/src/cli-args.def +++ b/src/cli-args.def @@ -460,16 +460,17 @@ Token 0: $ p11tool --login --list-certs "pkcs11:model=PKCS15;manufacturer=MyMan;serial=1234;token=Test" Object 0: - URL: pkcs11:model=PKCS15;manufacturer=MyMan;serial=1234;token=Test;object=client;object-type=cert + URL: pkcs11:model=PKCS15;manufacturer=MyMan;serial=1234;token=Test;object=client;type=cert Type: X.509 Certificate Label: client ID: 2a:97:0d:58:d1:51:3c:23:07:ae:4e:0d:72:26:03:7d:99:06:02:6a -$ export MYCERT="pkcs11:model=PKCS15;manufacturer=MyMan;serial=1234;token=Test;object=client;object-type=cert" -$ export MYKEY="pkcs11:model=PKCS15;manufacturer=MyMan;serial=1234;token=Test;object=client;object-type=private" +$ MYCERT="pkcs11:model=PKCS15;manufacturer=MyMan;serial=1234;token=Test;object=client;type=cert" +$ MYKEY="pkcs11:model=PKCS15;manufacturer=MyMan;serial=1234;token=Test;object=client;type=private" +$ export MYCERT MYKEY -$ gnutls-cli www.example.com --x509keyfile $MYKEY --x509certfile MYCERT +$ gnutls-cli www.example.com --x509keyfile $MYKEY --x509certfile $MYCERT @end example -Notice that the private key only differs from the certificate in the object-type. +Notice that the private key only differs from the certificate in the type. _EOF_; };