mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Update Lets_Encrypt Add-on component configuration (#7387)
This commit is contained in:
parent
11102d31df
commit
cd62d7d996
@ -23,10 +23,16 @@ Setup and manage a [Let's Encrypt](https://letsencrypt.org/) certificate. This a
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
email:
|
||||||
- **email** (*Required*): Your email address for registration on Let's Encrypt.
|
description: Your email address for registration on Let's Encrypt.
|
||||||
- **domains** (*Required*): A list of domains to create/renew the certificate.
|
required: true
|
||||||
|
type: string
|
||||||
|
domains:
|
||||||
|
description: A list of domains to create/renew the certificate.
|
||||||
|
required: true
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Home Assistant configuration %}
|
## {% linkable_title Home Assistant configuration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user