Skip to content

[Bug]: no DuckDNS token #199

@thestoreisinsured

Description

@thestoreisinsured

OS info

Windows 10, latest

Docker image

  • I am using the docker image.

certbot_dns_duckdns version

v1.8.0

certbot version

5.5.0

Bug description

Every time I attempted to apply an SSL certificate, it told me that no DuckDNS token was found despite multiple attempts at supplying the token.

Expected behaviour description

it should give the SSL certificate

Relevant log output

Command

--dns-duckdns-token <your-duckdns-token>

--dns-duckdns-credentials </path/to/your/duckdns.ini>

certbot certonly \
  --non-interactive \
  --agree-tos \
  --email <your-email> \
  --preferred-challenges dns \
  --authenticator dns-duckdns \
  --dns-duckdns-token <your-duckdns-token> \
  --dns-duckdns-propagation-seconds 60 \
  -d "example.duckdns.org"

certbot certonly \
  --non-interactive \
  --agree-tos \
  --email <your-email> \
  --preferred-challenges dns \
  --authenticator dns-duckdns \
  --dns-duckdns-token <your-duckdns-token> \
  --dns-duckdns-propagation-seconds 60 \
  -d "*.example.duckdns.org"

DNS records

Steps to reproduce

dont have the plugin get the token

Additional context

No response

Checklist

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions