OS info
Windows 10, latest
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
OS info
Windows 10, latest
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 records
Steps to reproduce
dont have the plugin get the token
Additional context
No response
Checklist