Unable to get wildcard certificate

Hi, thanks for the reply !
Well, unfortunately after this line Caddy seems to keep trying to get the certificate, but to no avail.

caddy  | {"level":"info","ts":1726435624.7732384,"logger":"tls.obtain","msg":"obtaining certificate","identifier":"*.pfalz-zweibruecken.eu"}
caddy  | {"level":"info","ts":1726435624.7777913,"logger":"tls.issuance.acme","msg":"using ACME account","account_id":"https://acme-staging-v02.api.letsencrypt.org/acme/acct/163198603","account_contact":["mailto:pfalz-kaiserslautern.spousal013@aleeas.com"]}
caddy  | {"level":"info","ts":1726435625.295003,"logger":"tls.issuance.acme.acme_client","msg":"trying to solve challenge","identifier":"*.pfalz-zweibruecken.eu","challenge_type":"dns-01","ca":"https://acme-staging-v02.api.letsencrypt.org/directory"}
caddy  | {"level":"error","ts":1726435628.5063212,"logger":"tls.issuance.acme.acme_client","msg":"cleaning up solver","identifier":"*.pfalz-zweibruecken.eu","challenge_type":"dns-01","error":"no memory of presenting a DNS record for \"_acme-challenge.pfalz-zweibruecken.eu\" (usually OK if presenting also failed)"}
caddy  | {"level":"error","ts":1726435628.6740758,"logger":"tls.obtain","msg":"could not get certificate from issuer","identifier":"*.pfalz-zweibruecken.eu","issuer":"acme-v02.api.letsencrypt.org-directory","error":"[*.pfalz-zweibruecken.eu] solving challenges: presenting for challenge: adding temporary record for zone \"pfalz-zweibruecken.eu.\": (2200) Authentication error (order=https://acme-staging-v02.api.letsencrypt.org/acme/order/163198603/19136978213) (ca=https://acme-staging-v02.api.letsencrypt.org/directory)"}
caddy  | {"level":"error","ts":1726435628.6749415,"logger":"tls.obtain","msg":"will retry","error":"[*.pfalz-zweibruecken.eu] Obtain: [*.pfalz-zweibruecken.eu] solving challenges: presenting for challenge: adding temporary record for zone \"pfalz-zweibruecken.eu.\": (2200) Authentication error (order=https://acme-staging-v02.api.letsencrypt.org/acme/order/163198603/19136978213) (ca=https://acme-staging-v02.api.letsencrypt.org/directory)","attempt":4,"retrying_in":300,"elapsed":316.787803056,"max_duration":2592000}

Please forgive me if this is a dumb question, but is there anything else I should have configured apart from the setup indicated in my first post ? I have followed the steps explained in this post How to use DNS provider modules in Caddy 2, but I am still a bit lost as to whether or not I need to apply the steps specified in GitHub - caddy-dns/acmedns as well, especially adding a CNAME record in my DNS records ; do I also need to follow these ? Sorry to bother you !