Files
addons/letsencrypt/config.json
Pascal Vizeli 2bc19cefb5 Fix challenge (#157)
* fix spell

* Update config.json
2017-07-29 13:49:45 +02:00

30 lines
641 B
JSON

{
"name": "Let's Encrypt",
"version": "1.2",
"slug": "letsencrypt",
"description": "Manage Let's Encrypt certificate",
"url": "https://home-assistant.io/addons/lets_encrypt/",
"startup": "once",
"boot": "manual",
"ports": {
"80/tcp": 80,
"443/tcp": 443
},
"map": ["ssl:rw"],
"options": {
"challenge": "https",
"email": null,
"domains": [null],
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"challenge": "str",
"email": "email",
"domains": ["str"],
"certfile": "str",
"keyfile": "str"
},
"image": "homeassistant/{arch}-addon-letsencrypt"
}