Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "p12-pem", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Extracts the certificate and the private key from a p12/ pkcs12 file", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -34,3 +34,3 @@ # [p12-to-pem-converter: Node.js](https://github.com/appit-online/p12-to-pem) | ||
*/ | ||
const {pemKey, pemCertificate, commonName} = p12.getPemFromP12(certPath, appProvider.apiKey); | ||
const {pemKey, pemCertificate, commonName} = p12.getPemFromP12(certPath, password); | ||
console.log('The converted private key in PEM:'); | ||
@@ -37,0 +37,0 @@ console.log(pemKey); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16252