Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "p12-pem", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Extracts the certificate and the private key from a p12/ pkcs12 file", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -33,2 +33,3 @@ # [p12-to-pem-converter: Node.js](https://github.com/appit-online/p12-to-pem) | ||
* @param {string} pathToCert The relative path to a p12 file. | ||
* @param {string} password of p12 / private key. | ||
*/ | ||
@@ -35,0 +36,0 @@ const {pemKey, pemCertificate, commonName} = p12.getPemFromP12(certPath, password); |
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
16302
58