Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement abstract certificate store #55

Closed
gnarea opened this issue Feb 27, 2020 · 1 comment · Fixed by #372
Closed

Implement abstract certificate store #55

gnarea opened this issue Feb 27, 2020 · 1 comment · Fixed by #372
Labels
enhancement New feature or request released

Comments

@gnarea
Copy link
Member

gnarea commented Feb 27, 2020

Analogous to the PrivateKeyStore, but values need not be encrypted at rest or in transit. It would hold two sets of certificates along with their corresponding chains:

  • Those belonging to the current node.
  • Channel session certificates for the nodes with which there are active sessions.

For example, a concrete store could be backed by MongoDB (in the case of a server-side app) or the file system (in the case of a desktop app).

@gnarea gnarea added the enhancement New feature or request label Feb 27, 2020
@kodiakhq kodiakhq bot closed this as completed in #372 Nov 26, 2021
kodiakhq bot pushed a commit that referenced this issue Nov 26, 2021
…eStore (#372)

To help implement relaycorp/awala-gateway-internet#49 and relaycorp/awala-pong#26

Fixes #55.

TODO

- [x] Remove certs from private key store.
@github-actions
Copy link

🎉 This issue has been resolved in version 1.56.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue Nov 26, 2021
…eStore (#372)

To help implement relaycorp/awala-gateway-internet#49 and relaycorp/awala-pong#26

Fixes #55.

TODO

- [x] Remove certs from private key store. [skip ci] 020e40c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
1 participant