19 Commits

Author SHA1 Message Date
c8b895633c Fix regression with set challenges being ignored
Backwards compatibility madness.
When you Greenlock.create({ }), challenges will be set by default if
not available.  This is good... ish.

When you approveDomains() and set opts.challenges, however, those must
be able to override the defaults.

This was just recently broken and the fix seems to be to make the prior
defaults inaccessible, otherwise it becomes really confusing as to why
a set DNS challenge for local, wild, or private domains is not being
preferred to the (failing) http.

All this crap will be cleaned up in v3...
2019-06-14 03:21:03 -06:00
AJ ONeal
5316af67be v2.7.23: regression bugfixes: node v6 and cloudflare dns-01 2019-06-03 09:13:09 +00:00
4960604440 v2.6.10: updates for simpler store plugin 2019-04-01 00:36:59 -06:00
64107756a1 v2.5.0: bugfix JWK, reduce deps, use MPL-2.0 2018-12-17 00:43:47 -07:00
AJ ONeal
ad577a2f62 remove remnant homedir dependency 2018-05-15 17:35:22 -06:00
AJ ONeal
bfe68c04c7 v2.2.7 better wildcard support 2018-04-27 11:44:49 -06:00
AJ ONeal
d1187b77de fallow wildcard * to pass regex, fixes coolaj86/greenlock.js#9 2018-04-27 11:38:33 -06:00
AJ ONeal
03f6b2dff1 v2.2.5 backcompat with node v6 2018-04-24 11:43:27 -06:00
AJ ONeal
825001bfb8 don't promisify node's dns; fix https://github.com/Daplie/node-greenlock/issues/69 2018-04-19 23:19:06 -06:00
AJ ONeal
e07b650ae6 fix homeRe as per https://github.com/Daplie/le-store-certbot/issues/3 2017-04-11 08:53:04 +00:00
AJ ONeal
b217b33fff move cert-info.js to own module certpem 2016-08-11 10:04:30 -06:00
AJ ONeal
dad5aca9ff add subject, altnames to cert-info 2016-08-09 15:19:29 -04:00
AJ ONeal
29a4443d49 pass test to save account keys 2016-08-08 18:11:25 -04:00
AJ ONeal
25f8b591db now passes tests for invalid account 2016-08-08 15:17:09 -04:00
AJ ONeal
635b130ab3 just a little more... 2016-08-07 02:02:02 -04:00
AJ ONeal
a0d01815df move attachCertInfo to utils.js 2016-08-06 01:32:59 -04:00
AJ ONeal
ae91c08dd1 almost there 2016-08-05 18:54:28 -04:00
AJ ONeal
46516d5fbb merge utils,common -> common 2015-12-19 02:18:32 -08:00
AJ ONeal
3b71f14c9e updates for letsencrypt-express 2015-12-17 08:46:40 +00:00