Skip to content

Commit

Permalink
example-setup: updated testtool configs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Ott <[email protected]>
  • Loading branch information
smo4201 committed Mar 7, 2024
1 parent 95f6c8f commit 514f1b0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions example-setup/testtool-ima-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"mode": "listen",
"addr": [
"localhost:4443"
],
"report": "attestation-report",
"result": "attestation-result.json",
"nonce": "nonce",
"ca": "../../cmc-data/pki/ca.pem",
"policies": "",
"mtls": true,
"useIma": true,
"imaPcr": 10,
"api": "libapi",
"logLevel": "trace",
"cache": "../../cmc-data/testtool-cache",
"storage": "../../cmc-data/testtool-storage",
"drivers": [ "tpm" ],
"metadata": [
"file://../../cmc-data/metadata-signed"
],
"provServerAddr": "https://localhost:9000/",
"measurementLog": true
}
4 changes: 2 additions & 2 deletions example-setup/testtool-lib-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"policies": "",
"mtls": true,
"api": "libapi",
"measuementLog": false,
"logLevel": "trace",
"cache": "../../cmc-data/testtool-cache",
"storage": "../../cmc-data/testtool-storage",
"drivers": [ "tpm" ],
"metadata": [
"file://../../cmc-data/metadata-signed"
],
"provServerAddr": "https://localhost:9000/"
"provServerAddr": "https://localhost:9000/",
"measurementLog": true
}

0 comments on commit 514f1b0

Please sign in to comment.