#lets encrypt gives "dict" error on cloudflare
1 messages · Page 1 of 1 (latest)
domains:
- home.example.com
email: johncitizem@email.com
keyfile: privkey.pem
certfile: fullchain.pem
challenge: dns
dns:
- provider: dns-cloudflare
- cloudflare_api_token: abc123
unless i put in
domains:
- home.example.com
email: johncitizem@email.com
keyfile: privkey.pem
certfile: fullchain.pem
challenge: dns
dns:
dns:
- provider: dns-cloudflare
- cloudflare_api_token: abc123
and that doesnt work either
To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.
dns is a dicitonary not a list.
https://github.com/home-assistant/addons/blob/master/letsencrypt/DOCS.md
look at the cloudflare example