Comparing version 1.5.1 to 1.5.2
@@ -49,3 +49,4 @@ // Copyright 2018 AJ ONeal. All rights reserved | ||
, 'dns-01': function (me, auth) { | ||
var hostname = ACME.challengePrefixes['dns-01'] + '.' + auth.hostname; | ||
// remove leading *. on wildcard domains | ||
var hostname = ACME.challengePrefixes['dns-01'] + '.' + auth.hostname.replace(/^\*\./, ''); | ||
return me._dig({ | ||
@@ -52,0 +53,0 @@ type: 'TXT' |
{ | ||
"name": "acme-v2", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Free SSL. A framework for building Let's Encrypt v2 clients, and other ACME v2 (draft 11) clients. Successor to le-acme-core.js", | ||
@@ -5,0 +5,0 @@ "homepage": "https://git.coolaj86.com/coolaj86/acme-v2.js", |
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
70834
1155