1 Star 0 Fork 13

feiman / incubator-mesatee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.toml 739 Bytes
一键复制 编辑 原始数据 按行查看 历史
TX 提交于 2019-11-06 17:32 . Fix crash (#55)
# MesaTEE Security Constants
# These security constants are loaded at build time
# and hardcoded in the compiled MesaTEE binaries.
[ra_config]
mr_signer = { path = "cert/mr_signer" }
root_ca = { path = "cert/ca.crt" }
ias_report_ca = { path = "cert/AttestationReportSigningCACert.pem" }
[client_config]
client_cert = { path = "cert/client.crt" }
client_private_key = { path = "cert/client.pkcs8" }
[audited_enclave_config]
pubkey_a = { path = "auditors/godzilla/godzilla.public.der" }
pubkey_b = { path = "auditors/optimus_prime/optimus_prime.public.der" }
pubkey_c = { path = "auditors/albus_dumbledore/albus_dumbledore.public.der" }
# This section configures the rpc
# This is a required section.
[rpc_config]
max_msg_size = 409600
Rust
1
https://gitee.com/feiman8888/incubator-mesatee.git
git@gitee.com:feiman8888/incubator-mesatee.git
feiman8888
incubator-mesatee
incubator-mesatee
master

搜索帮助