Comparing version 1.7.6 to 1.7.7
@@ -382,7 +382,3 @@ // Copyright 2018 AJ ONeal. All rights reserved | ||
// don't confused devs with the id url | ||
if ('url' === key) { | ||
//auth.uri = challenge.url; | ||
} else { | ||
auth[key] = challenge[key]; | ||
} | ||
auth[key] = challenge[key]; | ||
}); | ||
@@ -399,3 +395,3 @@ | ||
// (as opposed to httpUrl or challengeUrl or uri, etc - I'd be happier to call the id url a uri) | ||
auth.url = 'http://' + auth.identifier.value + ACME.challengePrefixes['http-01'] + '/' + auth.token; | ||
auth.challengeUrl = 'http://' + auth.identifier.value + ACME.challengePrefixes['http-01'] + '/' + auth.token; | ||
auth.dnsHost = dnsPrefix + '.' + auth.hostname.replace('*.', ''); | ||
@@ -402,0 +398,0 @@ auth.dnsAuthorization = ACME._toWebsafeBase64( |
{ | ||
"name": "acme-v2", | ||
"version": "1.7.6", | ||
"version": "1.7.7", | ||
"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", |
77786
1301