Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Add note about archiving. #165

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Attestation Service

**This project has been consolidated with the Key Broker Service and now lives [here](https://github.com/confidential-containers/kbs/tree/main/attestation-service).**

Attestation Service (AS for short) is a general function set that can verify TEE evidence.
With Confidential Containers, the attestation service must run in an secure environment, outside of the guest node.

Expand Down Expand Up @@ -130,4 +132,4 @@ If the user does not need to customize his own policy, AS will use the [default

[Reference Value Provider Service](rvps/README.md) (RVPS for short) is a module integrated in the AS to verify,
store and provide reference values. RVPS receives and verifies the provenance input from the software supply chain,
stores the measurement values, and generates reference value claims for the AS according to the evidence content when the AS verifies the evidence.
stores the measurement values, and generates reference value claims for the AS according to the evidence content when the AS verifies the evidence.
Loading