adding propagationDelay property to returned object in _normalizeChallenge #50
Loading…
Reference in New Issue
No description provided.
Delete Branch ":add-propagationdelay"
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?
If you are using a custom dns-01 challenge the propagationDelay property is not included with the normalized challenger object.
Acme/acme.js outputs a warning of this missing property at https://git.rootprojects.org/root/acme.js/src/branch/master/acme.js#L231
I read the email first, now looking at this.
You are correct. I misunderstood.
Indeed, you are correct. Thank you!
I've got another bugfix that's waiting on some testing feedback and I'll publish this alongside that.