@gautier23 wrote:
Hi guys,
I’m trying to install DuckDNS addon in hassio, but got error (I also found this error in old topic, but I did’nt found any solution for my case).
Here my configuration :
{ "lets_encrypt": { "accept_terms": true, "certfile": "fullchain.pem", "keyfile": "privkey.pem" }, "token": "XXXXXTOKENXXXXX", "domains": [ "XXXXX.duckdns.org" ], "seconds": 300 }
DuckDNS seems good :
# INFO: Using main config file /data/workdir/config + Account already registered! [22:31:29] INFO: OK PUBLICIP NOCHANGE # INFO: Using main config file /data/workdir/config Processing XXXXX.duckdns.org + Checking domain name(s) of existing cert... unchanged. + Checking expire date of existing cert... + Valid till Apr 25 11:16:28 2020 GMT Certificate will not expire (Longer than 30 days). Skipping renew! [22:36:33] INFO: OK PUBLICIP NOCHANGE
configuration.yaml
http: base_url: https://XXXXX.duckdns.org:8123 ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem
When I check server configuration :
Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem' not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 6).
Port forwarding on my box are OK (8123 to 8123)
My /ssl directory is empty.
Any help ?
Posts: 8
Participants: 5