Skip to content

Commit

Permalink
chore(docs): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Apr 28, 2022
1 parent e5f2a71 commit da79a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).

0 comments on commit da79a19

Please sign in to comment.