Infomaniak / certbot-dns-infomaniak

Infomaniak DNS Authenticator plugin for certbot
Apache License 2.0
32 stars 13 forks source link

validation fails for subdomains - missing subdomain in the TXT record #16

Closed bienvuinfo closed 3 years ago

bienvuinfo commented 3 years ago

1) Certbot command: certbot certonly --authenticator certbot-dns-infomaniak:dns-infomaniak --server https://acme-v02.api.letsencrypt.org/directory --agree-tos --rsa-key-size 4096 --email mymail@domain.ch -d "subdomain.mydomain.ch" -d "*.subdomain.mydomain.ch"

2) Failure message: Certbot failed to authenticate some domains (authenticator: certbot-dns-infomaniak:dns-infomaniak). The Certificate Authority reported these problems: Domain: subdomain.mydomain.ch Type: unauthorized Detail: No TXT record found at _acme-challenge.subdomain.mydomain.ch (note the subdomain is part of the expected TXT record)

3) The record created in the Infomaniak DNS TXT _acme-challenge.mydomain.ch 300 TGqaoUPG7y-E3p8tDRkT9dwi_BAs7LdIrE6xmNE4lmk (note the subdomain is missing in the TXT record)

bienvuinfo commented 3 years ago

Is a duplicate of issue #13.

Solution: update pip package.

Issue is closed.