Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directadmin timeout env vars not respected #2350

Closed
3 tasks done
mruz opened this issue Nov 15, 2024 · 0 comments · Fixed by #2351
Closed
3 tasks done

Directadmin timeout env vars not respected #2350

mruz opened this issue Nov 15, 2024 · 0 comments · Fixed by #2351

Comments

@mruz
Copy link

mruz commented Nov 15, 2024

Welcome

  • Yes, I'm using a binary release within 2 latest releases.
  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've included all information below (version, config, etc).

What did you expect to see?

[INFO] Wait for propagation [timeout: 2m0s, interval: 10s]

What did you see instead?

[INFO] Wait for propagation [timeout: 1m0s, interval: 2s]

How do you use lego?

Docker image

Reproduction steps

docker run \
    --env-file .env \
    goacme/lego:v4.20.2
        --accept-tos \
        --email admin@example.coml \
        --dns directadmin \
        --domains '*.example.com' \
        run

Version of lego

v4.20.2

Logs

[INFO] [*.example.com] acme: Waiting for DNS record propagation.
[INFO] [*.example.com] acme: Waiting for DNS record propagation.

Go environment (if applicable)

DIRECTADMIN_PROPAGATION_TIMEOUT=120
DIRECTADMIN_POLLING_INTERVAL=10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants