PeculiarVentures / PKI.js

PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
http://pkijs.org
Other
1.3k stars 204 forks source link

Is it possible to convert `.pem` cert+key files into one `.jks` format #319

Closed xiaohuilam closed 3 years ago

xiaohuilam commented 3 years ago

Thank you a lot!

rmhrisk commented 3 years ago

It is but you would need to do it.

Looks like this could be useful. https://www.npmjs.com/package/jks-js

xiaohuilam commented 3 years ago

It looks like the npmjs package jks-js only the .jks to .pem converter. But thank you anyway!