Comparing version 1.4.3 to 1.4.4
@@ -158,2 +158,3 @@ "use strict"; | ||
* @param {Boolean} [options.selfSigned] If set to true and serviceKey is not defined, use clientKey for signing | ||
* @param {String} [options.hash] Hash function to use (either md5 sha1 or sha256, defaults to sha256) | ||
* @param {String} [options.csr] CSR for the certificate, if not defined a new one is generated | ||
@@ -202,2 +203,3 @@ * @param {Number} [options.days] Certificate expire time in days | ||
"-req", | ||
"-" + (options.hash || "sha256"), | ||
"-days", | ||
@@ -204,0 +206,0 @@ Number(options.days) || "365", |
@@ -5,3 +5,3 @@ { | ||
"description": "Create private keys and certificates with node.js", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -82,3 +82,3 @@ pem | ||
* **commonName** is a CSR common name field (defaults to `localhost`) | ||
* **altNames** is a list of subjectAltNames in the subjectAltName field (optional) | ||
* **altNames** is a list (`Array`) of subjectAltNames in the subjectAltName field (optional) | ||
* **emailAddress** is a CSR email address field | ||
@@ -85,0 +85,0 @@ |
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
39293
844