Hello,
I have a Problem to configure my home assistant for ssl.
I have the hassio core version core-2021.8.6 installed on my raspberrypi
I installed the duckdns addon.
So now I am not sure what to do.
I have try to add this code to my configuration.yaml
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
But after add this code und restart the home assistant. The Home assistant don´t start up.
What make I wrong?