Trying to get SSL working but hidden.

pull/76/head
CCOSTAN 9 years ago
parent 92b14d9d4f
commit c5038433f7

4
.gitignore vendored

@ -1,5 +1,9 @@
*.pid
*.xml
*.csr
*.crt
*.key
www
OZW_Log.txt
home-assistant.log
home-assistant_v2.db

@ -9,6 +9,8 @@ homeassistant:
http:
api_password: !secret http_api_password
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
frontend:
panel_iframe:

Loading…
Cancel
Save

Powered by TurnKey Linux.