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

Add new cli command to generate ed25519 keypair #126

Merged
merged 6 commits into from
May 28, 2019

Conversation

suizman
Copy link
Contributor

@suizman suizman commented May 24, 2019

New command generate with sub-command keipair was created.
This will generate new ed25519 keypair in /var/tmp by default. You also can specify a custom output directory with --path flag.

Closes #125

@suizman suizman requested review from gdiazlo and jllucas May 24, 2019 09:37
@suizman suizman force-pushed the generate-config branch 2 times, most recently from f6e6ca6 to ccbec59 Compare May 28, 2019 12:33
suizman added 6 commits May 28, 2019 18:03
Generate required keys using the new crypto package instead generating the old style SSH key format..
Rename keypair to signerkeys
Use QED log package
Change NewEd25519SignerKeysFile signature
@suizman suizman force-pushed the generate-config branch from ccbec59 to a748fdd Compare May 28, 2019 16:03
@suizman suizman merged commit f8fd4d8 into BBVA:master May 28, 2019
suizman added a commit to jllucas/qed that referenced this pull request Jun 4, 2019
Add new cli command to generate ed25519 keypair

Former-commit-id: f8fd4d8
suizman added a commit that referenced this pull request Sep 30, 2019
Add new cli command to generate ed25519 keypair

Former-commit-id: 708771d [formerly f8fd4d8]
Former-commit-id: 87be1d9
suizman added a commit that referenced this pull request Sep 30, 2019
Add new cli command to generate ed25519 keypair

Former-commit-id: f8fd4d8
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 this pull request may close these issues.

Add new cli command to generate ed25519 keypair
2 participants