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

Cannot add ECDSA key pair to certificate. #268

Open
strixv5 opened this issue Sep 5, 2024 · 1 comment
Open

Cannot add ECDSA key pair to certificate. #268

strixv5 opened this issue Sep 5, 2024 · 1 comment

Comments

@strixv5
Copy link

strixv5 commented Sep 5, 2024

NEW ALGORITHM SUPPORT NEEDED
Currently the signing algorithm present is RSA / ED25519 but I want ECDSA KeyPair generate and Certificate to sign my document! I tried creating using window.crypto the (ECDSA with P256) keypair and then using it in current certificate but no luck, I tried PkiJs library as well but it doesn't create in .p12 format certificate signed with private key.
Hence , requesting this feature in future.

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

2 participants
@strixv5 and others