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

Avoid storing the public gateway's identity certificate #570

Closed
gnarea opened this issue Feb 24, 2022 · 1 comment · Fixed by #588
Closed

Avoid storing the public gateway's identity certificate #570

gnarea opened this issue Feb 24, 2022 · 1 comment · Fixed by #588
Labels

Comments

@gnarea
Copy link
Member

gnarea commented Feb 24, 2022

Private gateways don't need the identity certificate of their public peer, but we're still storing as a "leftover" from the days when we used to encrypt cargo with that certificate (before integrating the Channel Session Protocol).

The only thing we need from that certificate is its public key, so that we can:

  • Issue Cargo Delivery Authorisations (CDAs)
  • Compute the public gateway's private address
@github-actions
Copy link

github-actions bot commented Apr 1, 2022

🎉 This issue has been resolved in version 1.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant