mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
Change email examples (#1520)
This commit is contained in:
@@ -111,7 +111,7 @@ acme_root_ca_cert: |
|
|||||||
### http challenge
|
### http challenge
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
email: hello@home-assistant.io
|
email: your.email@example.com
|
||||||
domains:
|
domains:
|
||||||
- home-assistant.io
|
- home-assistant.io
|
||||||
certfile: fullchain.pem
|
certfile: fullchain.pem
|
||||||
@@ -123,7 +123,7 @@ dns: {}
|
|||||||
### dns challenge
|
### dns challenge
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
email: hello@home-assistant.io
|
email: your.email@example.com
|
||||||
domains:
|
domains:
|
||||||
- home-assistant.io
|
- home-assistant.io
|
||||||
certfile: fullchain.pem
|
certfile: fullchain.pem
|
||||||
@@ -131,14 +131,14 @@ keyfile: privkey.pem
|
|||||||
challenge: dns
|
challenge: dns
|
||||||
dns:
|
dns:
|
||||||
provider: dns-cloudflare
|
provider: dns-cloudflare
|
||||||
cloudflare_email: cf@home-assistant.io
|
cloudflare_email: your.email@example.com
|
||||||
cloudflare_api_key: 31242lk3j4ljlfdwsjf0
|
cloudflare_api_key: 31242lk3j4ljlfdwsjf0
|
||||||
```
|
```
|
||||||
|
|
||||||
### google dns challenge
|
### google dns challenge
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
email: hello@home-assistant.io
|
email: your.email@example.com
|
||||||
domains:
|
domains:
|
||||||
- home-assistant.io
|
- home-assistant.io
|
||||||
certfile: fullchain.pem
|
certfile: fullchain.pem
|
||||||
@@ -161,7 +161,7 @@ You can find additional information in regards to the required permissions in th
|
|||||||
### route53 dns challenge
|
### route53 dns challenge
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
email: hello@home-assistant.io
|
email: your.email@example.com
|
||||||
domains:
|
domains:
|
||||||
- home-assistant.io
|
- home-assistant.io
|
||||||
certfile: fullchain.pem
|
certfile: fullchain.pem
|
||||||
@@ -260,7 +260,7 @@ The propagation limit will be automatically raised to 240 seconds.
|
|||||||
|
|
||||||
Example configuration:
|
Example configuration:
|
||||||
```yaml
|
```yaml
|
||||||
email: hello@home-assistant.io
|
email: your.email@example.com
|
||||||
domains:
|
domains:
|
||||||
- your.domain.tld
|
- your.domain.tld
|
||||||
certfile: fullchain.pem
|
certfile: fullchain.pem
|
||||||
@@ -287,7 +287,7 @@ When creating the API Key, you must ensure that the following rights are granted
|
|||||||
|
|
||||||
Example configuration
|
Example configuration
|
||||||
```yaml
|
```yaml
|
||||||
email: hello@home-assistant.io
|
email: your.email@example.com
|
||||||
domains:
|
domains:
|
||||||
- home-assistant.io
|
- home-assistant.io
|
||||||
certfile: fullchain.pem
|
certfile: fullchain.pem
|
||||||
|
|||||||
Reference in New Issue
Block a user