@tom-cyter wrote:
Hello, I dont know what to do. Im a new user of HassIO. I want to get remote access via DuckDns. Ive installed the add-on and configured it like .
lets_encrypt:
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pem
token: my_token
domains: - example.duckdns.org
seconds: 300I also added the http configuration in the Configuration.yaml like this:
http:
base_url: example.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pemAnd i this error:
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).Have somone solved the problem?
Please Help me!
Posts: 1
Participants: 1