https-cert
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -7,3 +7,3 @@ "use strict"; | ||
const KEYPAIR = forge.pki.rsa.generateKeyPair({bits: 1024, e: 0x10001}); | ||
const KEYPAIR = forge.pki.rsa.generateKeyPair({bits: 2048, e: 0x10001}); | ||
@@ -85,6 +85,2 @@ const CACERTPATH = PATH.join(__dirname, "ca/rootCA.crt"); | ||
{ | ||
name: "subjectKeyIdentifier", | ||
value: "hash" | ||
}, | ||
{ | ||
name: "authorityKeyIdentifier", | ||
@@ -91,0 +87,0 @@ keyid: "always", |
{ | ||
"name": "https-cert", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "https-cert", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13679
11
106