Appdaemon.yaml

Hi
If I use Home assistant with https is there anyway of putting into HADashbaord
ha_ssl_certificate: /config/certificate.pem
and
ha_ssl_key: /config/privkey.pem
Thanks this would be really helpful

http://appdaemon.readthedocs.io/en/latest/INSTALL.html

I looked through the docs and nothing was there

There is dash_ssl_certificate
Do you know if this possible to connect to home assistant over https with HADashboard

from the docs:

Configuration

cert_path (optional) - path to root CA cert directory for HASS - use only if you are using self signed certs.
cert_verify (optional) - flag for cert verification for HASS - set to False to disable verification on self signed certs.

To enable https support for HADashboard, add the following directives pointing to your certificate and keyfile:

dash_ssl_certificate: /etc/letsencrypt/live/somehost/fullchain.pem
dash_ssl_key: /etc/letsencrypt/live/somehost/privkey.pem

so the cert_path is that for the hass certificate

only self signed.

not self signed is no certpath needed.