Replies: 1 comment 1 reply
-
|
I had this issue myself and this is what I did. I followed the documentation for Pangolin on how to set it up for wildcard certs, but I did need to make one change. In the Traefik part of the docker-compose.yml file, under environment, I had to put only CLOUDFLARE_DNS_API_TOKEN: "YOURAPITOKEN". After that, it worked just fine |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get the wildcard certificate to work. Error that keeps popping up:
Unable to obtain ACME certificate for domains error="unable to generate a certificate for the domains [mydomain.com *.mydomain.com]: error: one or more domains had a problem:\n[*.mydomain.com] [*.mydomain.com] acme: error presenting token: cloudflare: failed to find zone mydomain.com.: ListZonesContext command failed: Invalid request headers (6003)\n[mydomain.com] [mydomain.com] acme: error presenting token: cloudflare: failed to find zone mydomain.com.: ListZonesContext command failed: Invalid request headers (6003)\n"CF proxy is off for root domain and wildcard (*) domain
API key has the correct permissions (Zone->Zone->Read and Zone->DNS->Edit). Already tried to create a new API key but still nothing...
Anyone has any idea what the problem may be?
Beta Was this translation helpful? Give feedback.
All reactions