-.TH tpmtool 1 "10 Jun 2013" "@VERSION@" "User Commands"
+.TH tpmtool 1 "06 Nov 2013" "@VERSION@" "User Commands"
.\"
.\" DO NOT EDIT THIS FILE (tpmtool-args.man)
.\"
-.\" It has been AutoGen-ed June 10, 2013 at 08:48:19 PM by AutoGen 5.17.3
+.\" It has been AutoGen-ed November 6, 2013 at 09:48:12 PM by AutoGen 5.18.2
.\" From the definitions ../../src/tpmtool-args.def.tmp
.\" and the template file agman-cmd.tpl
.\"
Program that allows handling cryptographic data from the TPM chip.
.SH "OPTIONS"
.TP
-.BR \-d " \fInumber\fP, " \-\-debug "=" \fInumber\fP
-Enable debugging..
+.BR \-d " \fInumber\fP, " \-\-debug "=" \fInumber\fP
+Enable debugging.
This option takes an integer number as its argument.
The value of \fInumber\fP is constrained to being:
.in +4
.sp
Specifies the debug level.
.TP
-.BR \-\-infile "=\fIfile\fP"
+.BR \-\-infile "=\fIfile\fP"
Input file.
.sp
.TP
-.BR \-\-outfile "=\fIstring\fP"
+.BR \-\-outfile "=\fIstring\fP"
Output file.
.sp
.TP
-.BR \-\-generate\-rsa
+.BR \-\-generate\-rsa
Generate an RSA private-public key pair.
.sp
Generates an RSA private-public key pair in the TPM chip.
The key may be stored in filesystem and protected by a PIN, or stored (registered)
in the TPM chip flash.
.TP
-.BR \-\-register
+.BR \-\-register
Any generated key will be registered in the TPM.
This option must appear in combination with the following options:
generate-rsa.
.sp
.TP
-.BR \-\-signing
+.BR \-\-signing
Any generated key will be a signing key.
This option must appear in combination with the following options:
generate-rsa.
legacy.
.sp
.TP
-.BR \-\-legacy
+.BR \-\-legacy
Any generated key will be a legacy key.
This option must appear in combination with the following options:
generate-rsa.
signing.
.sp
.TP
-.BR \-\-user
+.BR \-\-user
Any registered key will be a user key.
This option must appear in combination with the following options:
register.
.sp
The generated key will be stored in a user specific persistent storage.
.TP
-.BR \-\-system
+.BR \-\-system
Any registred key will be a system key.
This option must appear in combination with the following options:
register.
.sp
The generated key will be stored in system persistent storage.
.TP
-.BR \-\-pubkey "=\fIurl\fP"
+.BR \-\-pubkey "=\fIurl\fP"
Prints the public key of the provided key.
.sp
.TP
-.BR \-\-list
+.BR \-\-list
Lists all stored keys in the TPM.
.sp
.TP
-.BR \-\-delete "=\fIurl\fP"
+.BR \-\-delete "=\fIurl\fP"
Delete the key identified by the given URL (UUID)..
.sp
.TP
-.BR \-\-sec\-param "=\fIsecurity parameter\fP"
+.BR \-\-sec\-param "=\fIsecurity parameter\fP"
Specify the security level [low, legacy, normal, high, ultra]..
.sp
This is alternative to the bits option. Note however that the
values allowed by the TPM chip are quantized and given values may be rounded up.
.TP
-.BR \-\-bits "=\fInumber\fP"
+.BR \-\-bits "=\fInumber\fP"
Specify the number of bits for key generate.
This option takes an integer number as its argument.
.sp
.TP
-.BR \-\-inder, " \fB\-\-no\-inder\fP"
+.BR \-\-inder, " \fB\-\-no\-inder\fP"
Use the DER format for keys..
The \fIno\-inder\fP form will disable the option.
.sp
DER format of TPM. The default format is a custom format used by various
TPM tools
.TP
-.BR \-\-outder, " \fB\-\-no\-outder\fP"
+.BR \-\-outder, " \fB\-\-no\-outder\fP"
Use DER format for output keys.
The \fIno\-outder\fP form will disable the option.
.sp
.BR \-! , " \-\-more-help"
Pass the extended usage information through a pager.
.TP
-.BR \-v " [{\fIv|c|n\fP}]," " \-\-version" "[=\fI{v|c|n}\fP]"
+.BR \-v " [{\fIv|c|n\fP}]," " \-\-version" "[={\fIv|c|n\fP}]"
Output version of program and exit. The default mode is `v', a simple
version. The `c' mode will print copyright information and `n' will
print the full copyright notice.