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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: