Skip to content

Commit

Permalink
[DOC] 1.Deploying the API
Browse files Browse the repository at this point in the history
  • Loading branch information
MassiliaB committed Aug 23, 2024
1 parent 0a6baf8 commit dd48e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/how-we-protect-your-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can learn more about attestation and attested TLS in our [concepts guide](..

### 2. Deploying the API in an enclave

We use Blindllama to deploy our AI API. The API is deployed within an enclave that ensures confidentiality by using a container with strict isolation policies, along with a custom minimal OS loaded into RAM.
The AI API is deployed within an enclave, BlindLlama, that ensures confidentiality by using a container with strict isolation policies, along with a custom minimal OS loaded into RAM.

The custom OS generates measurements of itself and update the Platform Configuration Registers (PCRs). It uses these measurements to generate an attestion report, which serves as cryptographic proof that the enclave and its code are as expected. Upon deployment, a secure TLS-terminating reverse proxy using Caddy is created to handle the generation of the TLS certificate required for a TLS tunnel.

Expand Down

0 comments on commit dd48e18

Please sign in to comment.