tree: 750ed77b950742652ad168225ca9e80ddfea31eb [path history] [tgz]
  1. src/
  2. Cargo.toml
  3. README.md
  4. Rocket.toml
dcap/README.md

permalink: /docs/codebase/dcap

Data Center Attestation Service

This directory includes a reference implementation of data center attestation service using Intel SGX Data Center Attestation Primitives (DCAP), which allows third-parties to create their own attestation infrastructure for the datacenter and cloud. Compared to Intel Attestation Service (IAS), DCAP Attestation Service is for environment where internet services is not accessible and entities who are unwilling to outsource trust decisions to third-parties (like Intel's IAS).

By default, Intel Attestation Service (IAS) will be used for attestation in Teaclave. To use DCAP instead of IAS, you have to first build Teaclave with DCAP enabled (by appending -DDCAP=ON option to cmake) and deploy in infrastructure with DCAP supported.

The Intel's DCAP Installation Guide contains instructions to install essential dependencies for developers. Also, you need to prepare environment in your infrastructure before deploying a DCAP-enabled application.