Describe the bug
Premigration fails with generated fmspc policy - TlsStream error
To Reproduce
- cd tools/migtd-policy-generator
- cargo build
- cd ../../
- ./target/debug/migtd-policy-generator -o config/policy_pre_production_fmspc_tool.json --pre-production
- bash sh_script/preparation.sh
- cargo image --policy config/policy_pre_production_fmspc_tool.json --root-ca config/Intel_SGX_Provisioning_Certification_RootCA_preproduction.cer
- cd sh_script/test
- sudo pytest -k "pre_migration" --servtd_hash $(cargo hash --image /root/MigTD/target/release/migtd.bin)
Expected behavior
Premigration should be successful.
Additional context
It works with policy_pre_production_fmspc.json located in repository.
Describe the bug
Premigration fails with generated fmspc policy - TlsStream error
To Reproduce
Expected behavior
Premigration should be successful.
Additional context
It works with policy_pre_production_fmspc.json located in repository.