]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 10 Jun 2013 23:04:53 +0000 (01:04 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 10 Jun 2013 23:04:53 +0000 (01:04 +0200)
doc/invoke-tpmtool.texi
doc/manpages/tpmtool.1

index d560807a6410553672097da382c5063a3914b36d..ad4f183e820e4f3d3922d2dda0c415d76de50b22 100644 (file)
@@ -6,7 +6,7 @@
 #
 # 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
@@ -35,7 +35,49 @@ with a status code of 0.
 
 @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
 
index c2a4441479808efb0a8d59ae1348981b549d1476..d0d7f52b9780b475b47a0fb5c242f117672701b8 100644 (file)
@@ -1,8 +1,8 @@
-.TH tpmtool 1 "05 May 2013" "@VERSION@" "User Commands"
+.TH tpmtool 1 "10 Jun 2013" "@VERSION@" "User Commands"
 .\"
 .\"  DO NOT EDIT THIS FILE   (tpmtool-args.man)
 .\"
-.\"  It has been AutoGen-ed  May  5, 2013 at 03:45:59 PM by AutoGen 5.17.3
+.\"  It has been AutoGen-ed  June 10, 2013 at 08:48:19 PM by AutoGen 5.17.3
 .\"  From the definitions    ../../src/tpmtool-args.def.tmp
 .\"  and the template file   agman-cmd.tpl
 .\"