I have a cert (chain) and the key in /ssl: ➜ ~ l /ssl/HA-Web.* -rw------- 1 root root 265 Apr 7 14:28 /ssl/HA-Web.key -rw------- 1 root root 2.2K Apr 19 17:11 /ssl/HA-Web.pem
In /config/configuration.yaml it looks: http: ssl_certificate: /ssl/HA-Web.pem ssl_key: /ssl/HA-Web.key
But if I check the config with the 'Developer Tools - check YAML I get:
Integration error: ssl_key - Integration ‘ssl_key’ not found.
Integration error: ssl_certificate - Integration ‘ssl_certificate’ not found.