When trying to start the pages server with the command ./pages --dns-provider cloudflare --pages-domain "*.domain.tld" --gitea-root https://domain.tld --gitea-api-token <api-token> --acme-email <email> --acme-accept-terms --acme-api-endpoint https://acme-staging-v02.api.letsencrypt.org/directory I get the following error:
9:36PM ERR toCert conversion did discover mismatch error="domain key '.*.domain.tld' and cert domain '*.domain.tld' not equal"
9:36PM ERR Couldn't get cert for domain ".*.domain.tld"
Do you plan on fixing this issue? Unfortunately, I can only generate certificates via Cloudflare as DNS provider.
When trying to start the pages server with the command `./pages --dns-provider cloudflare --pages-domain "*.domain.tld" --gitea-root https://domain.tld --gitea-api-token <api-token> --acme-email <email> --acme-accept-terms --acme-api-endpoint https://acme-staging-v02.api.letsencrypt.org/directory` I get the following error:
```
9:36PM ERR toCert conversion did discover mismatch error="domain key '.*.domain.tld' and cert domain '*.domain.tld' not equal"
9:36PM ERR Couldn't get cert for domain ".*.domain.tld"
```
Do you plan on fixing this issue? Unfortunately, I can only generate certificates via Cloudflare as DNS provider.