I have been using another pi to gain access to hassio when remote, but would like to safely give it access to the outside .
Instructions say to NOT use Let’s encrypt if you are going to use duckdns as it is built in…but.
Everything went fine until I got to this part:
Use the following configuration in Home Assistant to use the generated certificate:
```
http:
base_url: my-domain.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
Config checker doesn't like the ssl code and gives me this:
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 26). Please check the docs at https://home-assistant.io/components/http/
Do I still need to install Let's Encrypt?
Thanks