Skip to content

Commit

Permalink
update doc to emphasis lookout auth needed for tpm2_takeownership -c
Browse files Browse the repository at this point in the history
  • Loading branch information
Gang Wei committed Nov 4, 2016
1 parent f36476e commit 53bd5a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion manual
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ where:
-L/--oldLockPasswd <password> old Lockout authorization (string, optional,
default:NULL).
-X/--passwdInHex passwords given by any options are hex format
-c/--clear clears the 3 authorizations values.
-c/--clear [-L <password> [-X]] clears the 3 authorizations values with
lockout auth.

example:
Set ownerAuth, endorsementAuth and lockoutAuth to emptyAuth:
Expand Down
2 changes: 1 addition & 1 deletion src/tpm2_takeownership.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ void showHelp(const char *name)
" -L/--oldLockPasswd <password> old Lockout authorization (string,optional,default:NULL).\n"
" -X/--passwdInHex passwords given by any options are hex format.\n"
" -p/--port <port> specifies the port number. default %d.\n"
" -c/--clear clears the 3 authorizations values.\n"
" -c/--clear [-L <password> [-X]] clears the 3 authorizations values with lockout auth.\n"
" -d/--dbg <dbgLevel> specifies level of debug messages:\n"
" 0 (high level test results)\n"
" 1 (test app send/receive byte streams)\n"
Expand Down

0 comments on commit 53bd5a4

Please sign in to comment.