diff options
Diffstat (limited to 'doc/manpage/ecryptfs-generate-tpm-key.1')
-rw-r--r-- | doc/manpage/ecryptfs-generate-tpm-key.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/manpage/ecryptfs-generate-tpm-key.1 b/doc/manpage/ecryptfs-generate-tpm-key.1 new file mode 100644 index 0000000..72ba51f --- /dev/null +++ b/doc/manpage/ecryptfs-generate-tpm-key.1 @@ -0,0 +1,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. |