summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-26 15:20:22 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-26 15:20:26 +0200
commitd8b5aa653d66dc55a2b5f9c00ac39ada0f1522ef (patch)
treef5c61fe78e3f13e06a92a687a6753ff3c43b4280
parent9c357d5789d4c2afd65bec5e178a223c523ad681 (diff)
downloadgnutls-d8b5aa653d66dc55a2b5f9c00ac39ada0f1522ef.tar.gz
p11tool text updated.
-rw-r--r--doc/invoke-p11tool.texi32
1 files changed, 22 insertions, 10 deletions
diff --git a/doc/invoke-p11tool.texi b/doc/invoke-p11tool.texi
index bf2271fb4e..f0c521eb2b 100644
--- a/doc/invoke-p11tool.texi
+++ b/doc/invoke-p11tool.texi
@@ -3,10 +3,10 @@
@pindex p11tool
@ignore
# -*- buffer-read-only: t -*- vi: set ro:
-#
+#
# DO NOT EDIT THIS FILE (invoke-p11tool.texi)
-#
-# It has been AutoGen-ed May 5, 2013 at 03:51:57 PM by AutoGen 5.17.3
+#
+# It has been AutoGen-ed October 26, 2013 at 03:18:35 PM by AutoGen 5.17
# From the definitions ../src/p11tool-args.def
# and the template file agtexi-cmd.tpl
@end ignore
@@ -40,8 +40,8 @@ with a status code of 0.
@exampleindent 0
@example
-p11tool - GnuTLS PKCS #11 tool
-Usage: p11tool [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [url]
+p11tool - GnuTLS PKCS #11 tool - Ver. @@VERSION@@
+USAGE: p11tool [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [url]
-d, --debug=num Enable debugging.
- it must be in the range:
@@ -58,6 +58,7 @@ Usage: p11tool [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [url]
--initialize Initializes a PKCS #11 token
--write Writes the loaded objects to a PKCS #11 token
--delete Deletes the objects matching the PKCS #11 URL
+ --generate-random=num Generate random data
--generate-rsa Generate an RSA private-public key pair
--generate-dsa Generate an RSA private-public key pair
--generate-ecc Generate an RSA private-public key pair
@@ -83,17 +84,19 @@ Usage: p11tool [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]... [url]
--sec-param=str Specify the security level
--inder Use DER/RAW format for input
- disabled as '--no-inder'
- --inraw an alias for the 'inder' option
+ --inraw This is an alias for 'inder'
--provider=file Specify the PKCS #11 provider library
- file must pre-exist
- -v, --version[=arg] output version information and exit
- -h, --help display extended usage information and exit
- -!, --more-help extended usage information passed thru pager
+ -v, --version[=arg] Output version information and exit
+ -h, --help Display extended usage information and exit
+ -!, --more-help Extended usage information passed thru pager
Options are specified by doubled hyphens and their name or by a single
hyphen and the flag character.
Operands and options may be intermixed. They will be reordered.
+
+
Program that allows handling data from PKCS #11 smart cards and security
modules.
@@ -116,6 +119,12 @@ Specifies the debug level.
This is the ``writes the loaded objects to a pkcs #11 token'' option.
It can be used to write private keys, certificates or secret keys to a token.
+@anchor{p11tool generate-random}
+@subsubheading generate-random option
+
+This is the ``generate random data'' option.
+This option takes an argument number.
+Asks the token to generate a number of bytes of random bytes.
@anchor{p11tool generate-rsa}
@subsubheading generate-rsa option
@@ -158,7 +167,7 @@ Use DER/RAW format for input certificates and private keys.
@anchor{p11tool inraw}
@subsubheading inraw option
-This is an alias for the @code{inder} option,
+This is an alias for the inder option,
@pxref{p11tool inder, the inder option documentation}.
@anchor{p11tool provider}
@@ -180,6 +189,7 @@ The operation failed or the command syntax was not valid.
@anchor{p11tool See Also}
@subsubheading p11tool See Also
certtool (1)
+
@anchor{p11tool Examples}
@subsubheading p11tool Examples
To view all tokens in your system use:
@@ -215,3 +225,5 @@ request with certtool.
certtool --generate-request --load-privkey "pkcs11:KEY-URL" \
--load-pubkey MyNewKey.pub --outfile request.pem
@end example
+
+