Quantcast
Channel: Configuration - Home Assistant Community
Viewing all articles
Browse latest Browse all 96123

Http Config error

$
0
0

@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: 300

I 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.pem

And 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

Read full topic


Viewing all articles
Browse latest Browse all 96123

Trending Articles