Acmebot not displaying zones for Cloudflare #1026
|
So I have Certbot set up, and I followed the directions for adding in Cloudflare as a DNS provider by populating the Acmebot__Cloudflare__ApiToken with the token that I created in Cloudflare. I stored in a Keyvault entry, and confirmed the app can access the variable. However whenever I click on "Add Certificate" the "DNS Zones" drop down spins for a little bit and then doesn't return any values, so I can't add a cert. I have verfied that the created token has Zone List on all zones and DNS edit on all zones too, however when Cloudflare gave me the token the example also noted that I would need to include my account number. Is there an additional variable that is required to store your account number? Looking at the API docs and your code for the CF provider it doesn't look like that is the case, but I wasn't sure. Also, I can't find anything in the traces or exception logs in Azure that shows that it's trying to call Cloudflare, only that the GetAllDnsZones function is being called. |
Replies: 1 comment
|
Looks like I just needed to be patient. Even after stopping and restarting the function it wasn't taking. Checked today, and it's correctly listing the domain. |
Looks like I just needed to be patient. Even after stopping and restarting the function it wasn't taking. Checked today, and it's correctly listing the domain.