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

Rust: Allow for stable identities that don't depend on the file-system #92

Open
thomaseizinger opened this issue Sep 24, 2023 · 1 comment

Comments

@thomaseizinger
Copy link
Contributor

With #91, we are continuously deploying the Rust peer to fly.io. That is great except that at the moment, the identity and the WebRTC certhashes change with every deployment.

We should change the code such that we can control these from a seed that we can specify in an environment variable.

@thomaseizinger
Copy link
Contributor Author

thomaseizinger commented Sep 27, 2023

It might be best to put the entire cert in an env var for now as we can't control the randomness for a new cert very well in the current WebRTC implementation.

See libp2p/rust-libp2p#3049.

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

No branches or pull requests

1 participant