You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: