#lets encrypt gives "dict" error on cloudflare

1 messages · Page 1 of 1 (latest)

sonic nest
#

hello, im trying to get lets encrypt going, but it will not allow me to save my config

#
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

dull pollenBOT
#

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.

sonic nest
#

okay, it seems that the issue was the 2 "-"

#

ugh