From f6b7d4bffa5cd1e96445f4eccd891bfaac26260d Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 3 Mar 2023 07:44:58 -0600 Subject: [PATCH] Remove redundant KBS Co-authored-by: Christophe de Dinechin --- releases/v0.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/v0.4.0.md b/releases/v0.4.0.md index c478bcd..5c4bafd 100644 --- a/releases/v0.4.0.md +++ b/releases/v0.4.0.md @@ -33,7 +33,7 @@ The following are known limitations of this release: - Attestation and key brokering support is still under development * The disk-based key broker client (KBC) is used for non-tee testing, but is not suitable for production, except with encrypted VM images. * Currently, there are two key broker services (KBS) that can be used: - - simple-kbs: simple key broker service (KBS) for SEV(-ES). + - simple-kbs: simple key broker service for SEV(-ES). - [Verdictd](https://github.com/inclavare-containers/verdictd): An external project with which Attestation Agent can conduct remote attestation communication and key acquisition via EAA KBC * The full-featured generic KBS and the corresponding KBC are still in the development stage. * For developers, other KBCs can be experimented with.