From da79a1917968c31050ab5ae21a91b4debfb7946a Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Thu, 28 Apr 2022 18:12:13 +0200 Subject: [PATCH] chore(docs): Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7be4c8..1be5241 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ ## Private key stores -- `GCPPrivateKeyStore` is backed by [Firestore](https://cloud.google.com/firestore) in Datastore mode, with the private key field encrypted at rest with GCP [KMS](https://cloud.google.com/kms). Operators are responsible for the provisioning of the KMS key, so that they can choose the key type (e.g., software, HSM). We wish we could've just stored the private key in KMS, but [PKI.js doesn't support fully that yet](https://github.com/PeculiarVentures/PKI.js/issues/344). +- `GCPPrivateKeyStore` is backed by [Firestore](https://cloud.google.com/firestore) in Datastore mode, with the private key field encrypted at rest with GCP [KMS](https://cloud.google.com/kms). Operators are responsible for the provisioning of the KMS key, so that they can choose the key type (e.g., software, HSM). We wish we could've just stored the private key in KMS, but [PKI.js doesn't fully support that yet](https://github.com/PeculiarVentures/PKI.js/issues/344).