devcert-sanscache
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -10,3 +10,3 @@ "use strict"; | ||
throw new Error('Unable to find openssl - make sure it is installed and available in your PATH'); | ||
if (!commonName.match(/^(.|\.){1,64}$/)) | ||
if (!commonName.match(/^(a-zA-Z0-9|\.){1,64}$/)) | ||
throw new Error(`Invalid Common Name ${commonName}.`); | ||
@@ -13,0 +13,0 @@ try { |
{ | ||
"name": "devcert-sanscache", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "Generate trusted local SSL/TLS certificates for local SSL development", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
29173