Skip to content

Commit

Permalink
docs: explicit tcp for swtpm emulation
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Jul 8, 2024
1 parent a2b2251 commit 45fed6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/swtpm.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use TCP to connect to this emulation
```bash
mkdir /tmp/emulated_tpm
swtpm socket --tpm2 \
--server port=2321 \
--server type=tcp,port=2321 \
--ctrl type=tcp,port=2322 \
--tpmstate dir=/tmp/emulated_tpm \
--log file="swtpm.log" \
Expand Down

0 comments on commit 45fed6d

Please sign in to comment.