Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

.\" Copyright (C) 2005 - 2007 International Business Machines Corporation
.\"
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "tpm_takeownership" 8 "2005-05-06"  "TPM Management"
.ce 1
TPM Management - tpm_takeownership
.SH NAME
tpm_takeownership \- setup an owner on the TPM 
.SH "SYNOPSIS"
.ad l
.hy 0
.B tpm_takeownership
.RB [ OPTION ]

.SH "DESCRIPTION"
.PP
\fBtpm_takeownership\fR setup an owner on the system's TPM 
(via the TPM_TakeOwnership API).  This operation requires the TPM to be enabled and can be restricted by tpm_setownable.  The command will prompt for owner and SRK passwords and confirmations of these if executed without either of the \fB\-well-known\fR options, otherwise, a secret of all zeros is set for the requested password.  After the second confirmation, be patient as the command may take awhile.

.TP
\fB\-h\fR, \fB\-\-help\fR
Display command usage info.
.TP
\fB-v\fR, \fB\-\-version\fR
Display command version info.
.TP
\fB-l\fR, \fB\-\-log\fR [none|error|info|debug]
Set logging level.
.TP
\fB-u\fR, \fB\-\-unicode\fR
Use TSS UNICODE encoding for passwords to comply with applications using TSS popup boxes
.TP
\fB-y\fR, \fB\-\-owner-well-known\fR
Set a secret of all zeros (20 bytes of zeros) as the owner's secret.
.TP
\fB-z\fR, \fB\-\-srk-well-known\fR
Set a secret of all zeros (20 bytes of zeros) as the SRK secret.

.SH "SEE ALSO"
.PP
\fBtpm_version\fR(1), \fBtpm_setownable\fR(8), \fBtpm_setenable\fR(8), \fBtcsd\fR(8)

.SH "REPORTING BUGS"
Report bugs to <trousers-users@lists.sourceforge.net>