diff --git a/example-setup/testtool-ima-config.json b/example-setup/testtool-ima-config.json new file mode 100644 index 00000000..17495a20 --- /dev/null +++ b/example-setup/testtool-ima-config.json @@ -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 +} diff --git a/example-setup/testtool-lib-config.json b/example-setup/testtool-lib-config.json index f636ab68..850d9d6f 100644 --- a/example-setup/testtool-lib-config.json +++ b/example-setup/testtool-lib-config.json @@ -10,7 +10,6 @@ "policies": "", "mtls": true, "api": "libapi", - "measuementLog": false, "logLevel": "trace", "cache": "../../cmc-data/testtool-cache", "storage": "../../cmc-data/testtool-storage", @@ -18,5 +17,6 @@ "metadata": [ "file://../../cmc-data/metadata-signed" ], - "provServerAddr": "https://localhost:9000/" + "provServerAddr": "https://localhost:9000/", + "measurementLog": true }