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

Export keys as PEM string #53

Closed
FabioTacke opened this issue Apr 1, 2021 · 1 comment · Fixed by #107 or #120
Closed

Export keys as PEM string #53

FabioTacke opened this issue Apr 1, 2021 · 1 comment · Fixed by #107 or #120
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@FabioTacke
Copy link

FabioTacke commented Apr 1, 2021

jwt-kit allows importing externally generated ECDSA key pairs via PEM string representation. Although jwt-kit offers the ability to generate ECDSA private keys it lacks support of exporting them and their corresponding public keys. In order to persist a key pair it still has to be generated externally.
It would be nice to be able to export private and public ECDSA keys as PEM strings.

@FabioTacke FabioTacke added the enhancement New feature or request label Apr 1, 2021
@0xTim 0xTim added this to the v5 milestone Oct 9, 2023
@ptoffy ptoffy mentioned this issue Oct 28, 2023
Merged
16 tasks
@ptoffy ptoffy linked a pull request Oct 28, 2023 that will close this issue
Merged
16 tasks
@ptoffy ptoffy linked a pull request Nov 9, 2023 that will close this issue
@ptoffy
Copy link
Member

ptoffy commented Nov 11, 2023

Added in #120!

@ptoffy ptoffy closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants