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

Bootstrap signing server public key list #115

Closed
DavidM-D opened this issue Apr 24, 2023 · 2 comments · Fixed by #123
Closed

Bootstrap signing server public key list #115

DavidM-D opened this issue Apr 24, 2023 · 2 comments · Fixed by #123
Assignees

Comments

@DavidM-D
Copy link
Contributor

We need to be able to start servers without a list of public keys, get them to generate their node signing keys, collect these public keys, then distribute them to the signing nodes.

@ChaoticTempest
Copy link
Member

@DavidM-D there's nothing too special we should do for this right? Like we can just have a new endpoint on each sign node where the leader node can just distribute these keys?

@DavidM-D
Copy link
Contributor Author

Yup, the signers generate the keys, the leader node collects and distributes them. Or alternatively we can just do it manually, since we only have to do it once.

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

Successfully merging a pull request may close this issue.

2 participants