blob: 72ba51f25a2f448af9fa66c6dfc13447d8a05994 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.TH ecryptfs-generate-tpm-key 1 2008-07-21 ecryptfs-utils "eCryptfs"
.SH NAME
ecryptfs-generate-tpm-key \- generate an eCryptfs key for TPM hardware.
.SH SYNOPSIS
\fBecryptfs-generate-tpm-key \-p PCR \fP [\-p PCR]...
.SH DESCRIPTION
\fBecryptfs-generate-tpm-key\fP is a utility to generate a sealing (storage) key bound to a specified set of PCRs values in the current TPM's PCR's.
.SH EXAMPLE
ecryptfs-generate-tpm-key \-p 0 \-p 2 \-p 3
.SH SEE ALSO
.PD 0
.TP
\fBecryptfs\fP(7)
.TP
\fI/usr/share/doc/ecryptfs-utils/ecryptfs-faq.html\fP
.TP
\fIhttp://ecryptfs.org/\fP
.PD
.SH AUTHOR
This manpage was written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.
On Debian and Ubuntu systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
|