Merge pull request #72 from home-assistant/build

fix requre value
This commit is contained in:
Pascal Vizeli
2017-05-18 14:13:52 +02:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
},
"map": ["ssl"],
"options": {
"domain": "domain",
"domain": null,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},