jks-js
jks-js copied to clipboard
Extracts PEM certificates from Java Keystore in order to securely connect to Java based servers using node js
Results
1
jks-js issues
Sort by
recently updated
recently updated
newest added
const jks = require('jks-js'); const fs = require('fs') const keystore = jks.toPem( fs.readFileSync('./key.jks'), 'xxxxxxxxxx' ); results in Error: Something went wrong with algorithm 1.2.804.2.1.1.1.1.3.1.1. For more details see 'error.context' at...