intel-device-plugins-for-ku.../demo/sgx-sdk-demo/run-dcap-flow
Mikko Ylinen 7f685b5d89 sgx: add QuoteVerification demo and cleanup hostNetwork dependency
hostNetwork usage for SGX demo pods is not absolutely necessary so it's
better to clean it up and make IAS "security" scanners happier. It was
originally used to be able to use "localhost" PCCS but this change now
adds an example how proper PCCS url can be configured using jq.

Additionally, SGX DCAP Quote Verification is added.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2023-08-31 14:23:19 +03:00

12 lines
167 B
Bash
Executable File

#!/bin/bash
pushd sgx-quote-generation
./sgx-quote-generation
popd
pushd sgx-quote-verification
./sgx-quote-verification -quote ../sgx-quote-generation/quote.dat