Skip to content

Latest commit

 

History

History
 
 

dcap

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
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.