#
# DO NOT EDIT THIS FILE (invoke-tpmtool.texi)
#
-# It has been AutoGen-ed May 5, 2013 at 03:51:58 PM by AutoGen 5.17.3
+# It has been AutoGen-ed June 10, 2013 at 08:52:11 PM by AutoGen 5.17.3
# From the definitions ../src/tpmtool-args.def
# and the template file agtexi-cmd.tpl
@end ignore
@exampleindent 0
@example
-tpmtool is unavailable - no --help
+tpmtool - GnuTLS TPM tool
+Usage: tpmtool [ -<flag> [<val>] | --<name>[@{=| @}<val>] ]...
+
+ -d, --debug=num Enable debugging.
+ - it must be in the range:
+ 0 to 9999
+ --infile=file Input file
+ - file must pre-exist
+ --outfile=str Output file
+ --generate-rsa Generate an RSA private-public key pair
+ --register Any generated key will be registered in the TPM
+ - requires the option 'generate-rsa'
+ --signing Any generated key will be a signing key
+ - requires the option 'generate-rsa'
+ -- and prohibits the option 'legacy'
+ --legacy Any generated key will be a legacy key
+ - requires the option 'generate-rsa'
+ -- and prohibits the option 'signing'
+ --user Any registered key will be a user key
+ - requires the option 'register'
+ -- and prohibits the option 'system'
+ --system Any registred key will be a system key
+ - requires the option 'register'
+ -- and prohibits the option 'user'
+ --pubkey=str Prints the public key of the provided key
+ --list Lists all stored keys in the TPM
+ --delete=str Delete the key identified by the given URL (UUID).
+ --sec-param=str Specify the security level [low, legacy, normal, high, ultra].
+ --bits=num Specify the number of bits for key generate
+ --inder Use the DER format for keys.
+ - disabled as '--no-inder'
+ --outder Use DER format for output keys
+ - disabled as '--no-outder'
+ -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.
+
+Program that allows handling cryptographic data from the TPM chip.
+
+Please send bug reports to: <bug-gnutls@@gnu.org>
@end example
@exampleindent 4