You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## then specify "127.0.0.1:2321" as the TPM device path in the examples
152
-
## then for tpm2_tools, export the following var
147
+
## and for tpm2_tools, export the following var
153
148
# export TPM2TOOLS_TCTI="swtpm:port=2321"
154
149
155
150
## note if you want, the primary can be the "H2" profile from https://www.hansenpartnership.com/draft-bottomley-tpm2-keys.html#name-parent
@@ -254,7 +249,7 @@ type Session interface {
254
249
}
255
250
```
256
251
257
-
for example, for a PCR and [AuthPolicy](https://github.com/google/go-tpm/pull/359) enforcement (eg, a PCR and password), you can define a custom session callback
252
+
for example, for a PCR and [AuthPolicy](https://github.com/google/go-tpm/pull/359) enforcement (eg, a PCR and password), you can define a custom session callback.
0 commit comments