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)
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)