You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

ssl-key-csr-validator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssl-key-csr-validator - npm Package Compare versions

Comparing version

to
1.0.2

{
"name": "ssl-key-csr-validator",
"version": "1.0.1",
"version": "1.0.2",
"description": "Check that if private key and csr key matches to SSL certificate or not.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -17,3 +17,3 @@ # Check that SSL (X509) certificate matches it's private key and csr key

```js
var ssl = require('ssl-key-match');
var ssl = require('ssl-key-csr-validator');

@@ -42,3 +42,3 @@ var certPem = fs.readFileSync('my-certificate.pem');

```js
var ssl = require('ssl-key-match');
var ssl = require('ssl-key-csr-validator');

@@ -45,0 +45,0 @@ var certPem = fs.readFileSync('my-certificate.pem');