apache / incubator-teaclave

Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
757 stars 159 forks source link

Issues with keys #727

Closed marioolf closed 3 months ago

marioolf commented 4 months ago

So I am trying to change keys for demostration on config/keys. I created my own CA and exported some end-entity certificate and private key. I changed dcap_root_ca_cert.pem, dcap_server_cert.pem and dcap_server_key.pem with mine. Also added server cert and pem to the basic dcap implementation on release/dcap that I am using.

Teaclave throws UnkownIssuer and DCAP implementation UnkownCA.

Is there any hardcoded checks or verification for certificates that I might be missing?