Merge branch 'master' into deploy

This commit is contained in:
kayryu 2023-09-27 18:30:57 +08:00
commit cb53673dab
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
#PCCSserveraddress
PCCS_URL=https://172.16.192.1:8081/sgx/certification/v3/
#ToacceptinsecureHTTPScert,setthisoptiontoFALSE
USE_SECURE_CERT=FALSE

View File

@ -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'
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'