Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

p12-pem

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p12-pem - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"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);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc