should propagationDelay attribute be added according to acme.js #24

Open
opened 2020-05-29 03:10:24 +00:00 by Ghost · 1 comment

Hi, currently installed greenlock-express v4, with running dns-01 challenge and getting propagationDelay error from acme, although acme sets a default 5000ms.

Maybe, this needs to be added to plugin.js or create a merge from the challenge configuration object?

ref: https://git.rootprojects.org/root/acme.js/src/branch/master/acme.js

"dns-01 challenge's `propagationDelay` not set, defaulting to 5000ms"
Hi, currently installed greenlock-express v4, with running dns-01 challenge and getting propagationDelay error from acme, although acme sets a default 5000ms. Maybe, this needs to be added to plugin.js or create a merge from the challenge configuration object? ref: https://git.rootprojects.org/root/acme.js/src/branch/master/acme.js ``` "dns-01 challenge's `propagationDelay` not set, defaulting to 5000ms" ```
Owner

That's per-plugin because each DNS service need a different amount of delay.

That's per-plugin because each DNS service need a different amount of delay.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/greenlock.js#24
No description provided.