#duckdns documentation not clear
1 messages · Page 1 of 1 (latest)
my config is exactly like that
- xxx.duckdns.org
token: xxx
aliases: []
lets_encrypt:
accept_terms: true
algo: secp384r1
certfile: fullchain.pem
keyfile: privkey.pem
seconds: 300
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem```
oh I just realized duckdns yaml and configuration.yaml are 2 separated things (and I need an editor addon for that). that should be better explained in the addon documentation. Also a restart is needed. Solved