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
importJksfrom'pem2jks.ts';// Jks password (Not pem key's)constpassword='12345678';// Now, `jks` is the buffer of JavaKeyStoreconstjks=awaitJks.fromPEM(cert,key).getJKS(0x02,passsword);
About
Anquanssl opensource family's first member, Convert between PEM(.key + .crt/.pem) and JavaKeyStore(.jks) with pure typescript(without keytool cli)