I was able to create PKCS#8 Private & Public RSA keys with the SubtleCrypto API. Is it possible to create the very useful PKCS#10 Certificate Signing Request with it as well?
Asked
Active
Viewed 173 times
0
-
3I've previously had great experiences with pki.js... https://github.com/PeculiarVentures/PKI.js/ – ne1410s Aug 07 '22 at 17:23
-
1SubtleCrypto is a higher level API, if it is in there it will be explicit. – Maarten Bodewes Aug 07 '22 at 19:38
-
You may use browser extension to generate PKCS#10 CSR. Refer to answer https://stackoverflow.com/a/68556286/9659885 – Bharat Vasant Sep 29 '22 at 12:04