2
0
mirror of https://github.com/therootcompany/greenlock.js.git synced 2025-03-01 14:20:41 +00:00

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
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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