mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Update lets_encrypt.markdown
This commit is contained in:
parent
c27559866d
commit
102658a59a
@ -17,6 +17,7 @@ This add-on need port 80/443 to verify the certificate request, please stop all
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
"challenge": "https",
|
||||||
"email": "example@example.com",
|
"email": "example@example.com",
|
||||||
"domains": ["example.com", "mqtt.example.com", "hass.example.com"]
|
"domains": ["example.com", "mqtt.example.com", "hass.example.com"]
|
||||||
}
|
}
|
||||||
@ -24,6 +25,7 @@ This add-on need port 80/443 to verify the certificate request, please stop all
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
|
- **challenge** (*Optional*): Default it use 443 ('https') you can change it to 'http' for use port 80.
|
||||||
- **email** (*Required*): Your email address for registration on Let's Encrypt.
|
- **email** (*Required*): Your email address for registration on Let's Encrypt.
|
||||||
- **domains** (*Required*): A list of domains to create/renew the certificate.
|
- **domains** (*Required*): A list of domains to create/renew the certificate.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user