Add missing field to regr.json. #1
Loading…
Reference in New Issue
No description provided.
Delete Branch ":new-authzr-uri"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using generated configs with older certbot versions,
i.e. <0.11, certbot bombs out without new_authzr_uri.
We now use ACME draft-11 / Let's Encrypt v02 by default, not v01.
We also don't want to assume and hard-code the use of the Let's Encrypt brand ACME provider.
I think that right around here https://git.coolaj86.com/coolaj86/greenlock.js/src/branch/master/lib/core.js we need to add
args._acmeUrls.newReg
as a parameter and then use that instead of the hard-coded url.Will you test that and make a PR? I'll try to publish today if you can make the change, confirm that that works with v01 and certbot, and I can confirm that it works with v02 without certbot.
Was there supposed to be a line number in there?
Yes... there was.
I think I was referencing Lines 92 and 109
https://git.coolaj86.com/coolaj86/greenlock.js/src/branch/master/lib/core.js#L109
Finally got around to this.
greenlock change: coolaj86/greenlock.js#13
I also updated this PR to use that field.
Thanks much.
Merged and published as v2.1.2.
Now going to check out the other...