https://github.com/iolivergithub/goquote
https://github.com/iolivergithub/goquote
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolivergithub/goquote
- Owner: iolivergithub
- Created: 2020-08-17T18:06:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T20:14:00.000Z (over 4 years ago)
- Last Synced: 2024-05-07T13:45:32.838Z (12 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goquote
WARNING: Work in progress but this will more or less replicate the tpm2tools tpm2_quote with a few additions.
Goquote will return a formatted TPMS_ATTEST structure from your TPM for a given set of PCR registers and signed with a given key, typically the TPM2.0 Attestation Key.
## Compiling
Firstly ensure that the go-tpm libraries are installed
```bash
go get github.com/google/go-tpm/tpm2
```then compile and run (if build is successful)
```bash
go build goquote.go
./goquote PARAMETERS GO HERE
```