diff --git a/configs/sgx_default_qcnl.conf b/configs/sgx_default_qcnl.conf new file mode 100644 index 0000000..51956a0 --- /dev/null +++ b/configs/sgx_default_qcnl.conf @@ -0,0 +1,4 @@ +#PCCSserveraddress +PCCS_URL=https://172.16.192.1:8081/sgx/certification/v3/ +#ToacceptinsecureHTTPScert,setthisoptiontoFALSE +USE_SECURE_CERT=FALSE \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index aa3cebc..45aa373 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,4 +15,4 @@ services: devices: - /dev/sgx/enclave - /dev/sgx/provision - command: bash -c 'cp /configs/keyring.toml /root/occlum_instance; source /root/.bashrc; cd /root/occlum_instance; occlum print mrsigner; occlum print mrenclave; occlum run /bin/bnk-watcher /host/keyring.toml' \ No newline at end of file + command: bash -c 'cp /configs/keyring.toml /root/occlum_instance; source /root/.bashrc; cd /root/occlum_instance; occlum print mrsigner; occlum print mrenclave; occlum run /bin/bnk-watcher /host/keyring.toml'