mirror of
https://github.com/google/go-attestation.git
synced 2025-05-07 02:58:39 +00:00
Fixed typo
This commit is contained in:
parent
6884946fc9
commit
c0a238f2c6
@ -47,7 +47,7 @@ To perform attestation, the client generates an AK and sends the EK and AK
|
|||||||
parameters to the server:
|
parameters to the server:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
// Client generates a AK and sends it to the server
|
// Client generates an AK and sends it to the server
|
||||||
|
|
||||||
config := &attest.OpenConfig{}
|
config := &attest.OpenConfig{}
|
||||||
tpm, err := attest.OpenTPM(config)
|
tpm, err := attest.OpenTPM(config)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user