Skip to content

a mail server in a TEE: the keys are fully encumbered

License

Notifications You must be signed in to change notification settings

maceip/mailcrab-sgx

Repository files navigation

mailserver in a TEE

usng gramine shielded containers
git clone https://github.com/gramineproject/gsc && cd gsc
openssl genrsa -3 -out enclave-key.pem 3072
docker build -t tdx-smtp .
./gsc build --insecure-args tdx-smtp tdx-smtp.manifest
./gsc sign-image tdx:smtp enclave-key.pem
./gsc info-image tdx:smtp
docker run --device=/dev/sgx_enclave \
-v /var/run/aesmd/aesm.socket:/var/run/aesmd/aesm.socket \
tdx-smtp

now you can bring web2 things into web3!

About

a mail server in a TEE: the keys are fully encumbered

Ipfs://

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published