Skip to content

Commit 2ed9842

Browse files
author
kyoder
committed
added new options descriptions
1 parent 03e4473 commit 2ed9842

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

‎man/man1/tpm_sealdata.1

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
..
2121
.TH "tpm_sealdata" 1 "2005-08-10" "TPM Management"
2222
.ce 1
23-
TPM Management - tpm_sealdata
23+
TPM Management - tpm_sealdata
2424
.SH NAME
2525
tpm_sealdata \- seal input data to the system's TPM
2626
.SH "SYNOPSIS"
@@ -32,7 +32,7 @@ tpm_sealdata \- seal input data to the system's TPM
3232
.SH "DESCRIPTION"
3333
.PP
3434
\fBtpm_sealdata\fR seals sensitive input data to the SRK of the system's TPM
35-
and optionally a PCR configuration. Backup your data, it is unrecoverable from this format if the SRK changes or the specified PCR configuration is unreproducable. The result can be unsealed by functions in libtpm_unseal, this requires the SRK to not require authorization.
35+
and optionally a PCR configuration. Backup your data, it is unrecoverable from this format if the SRK changes or the specified PCR configuration is unreproducable. The result can be unsealed by functions in libtpm_unseal, such as \fBtpmUnsealFile\fR(3).
3636

3737
.TP
3838
\fB\-h\fR, \fB\-\-help\fR
@@ -52,6 +52,12 @@ Output file. Default is STDOUT.
5252
.TP
5353
\fB-p\fR, \fB\-\-pcr NUMBER\fR
5454
Seal data to the current value of the specified pcr. This option can be given NUM_PCRS times. The specified pcr is in the range of 0 to NUM_PCRS-1. NUM_PCRS is at least 16 but may vary by platform.
55+
.TP
56+
\fB-z\fR, \fB\-\-well-known\fR
57+
Use TSS_WELL_KNOWN_SECRET (20 zero bytes) as the SRK password. You will not be prompted for the SRK password with this option.
58+
.TP
59+
\fB-u\fR, \fB\-\-unicode\fR
60+
Use TSS UNICODE encoding for the SRK password to comply with applications using TSS popup boxes.
5561

5662
.SH "SEE ALSO"
5763
.PP

0 commit comments

Comments
 (0)