Update lets_encrypt.markdown
This commit is contained in:
parent
5c8b285692
commit
15bf573fc2
1 changed files with 13 additions and 1 deletions
|
@ -9,4 +9,16 @@ sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
[Placeholder]
|
Setup and manage a [let's encrypt](https://letsencrypt.org/) certificate. The first run will create the certificate and every other run will renew it if they will expire in 30 days. All other run make nothing.
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"email": "example@example.com",
|
||||||
|
"domains": ["example.com", "mqtt.example.com", "hass.example.com"],
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Option variables:
|
||||||
|
|
||||||
|
- **email** (*Required*): default empty. Your email for register on let's encrypt with your domains.
|
||||||
|
- **domains** (*Required*): default empty list. A list of domains for create/renew the certificate.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue