Change email examples (#1520)

This commit is contained in:
Joakim Sørensen
2020-07-30 02:54:34 +02:00
committed by GitHub
parent 3d5062bbf0
commit b9b903123c

View File

@@ -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