Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 572 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 572 Bytes

Key Stores for server-side, Node.js-powered, cloud-agnostic, Awala nodes

Private key stores

  • GCPPrivateKeyStore is backed by Firestore in Datastore mode, with the private key field encrypted at rest with GCP 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.