Skip to content

Commit

Permalink
Change email examples (home-assistant#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jul 30, 2020
1 parent 3d5062b commit b9b9031
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions letsencrypt/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ acme_root_ca_cert: |
### http challenge

```yaml
email: [email protected]
email: [email protected]
domains:
- home-assistant.io
certfile: fullchain.pem
Expand All @@ -123,22 +123,22 @@ dns: {}
### dns challenge

```yaml
email: [email protected]
email: [email protected]
domains:
- home-assistant.io
certfile: fullchain.pem
keyfile: privkey.pem
challenge: dns
dns:
provider: dns-cloudflare
cloudflare_email: [email protected]
cloudflare_email: [email protected]
cloudflare_api_key: 31242lk3j4ljlfdwsjf0
```

### google dns challenge

```yaml
email: [email protected]
email: [email protected]
domains:
- home-assistant.io
certfile: fullchain.pem
Expand All @@ -161,7 +161,7 @@ You can find additional information in regards to the required permissions in th
### route53 dns challenge

```yaml
email: [email protected]
email: [email protected]
domains:
- home-assistant.io
certfile: fullchain.pem
Expand Down Expand Up @@ -260,7 +260,7 @@ The propagation limit will be automatically raised to 240 seconds.

Example configuration:
```yaml
email: [email protected]
email: [email protected]
domains:
- your.domain.tld
certfile: fullchain.pem
Expand All @@ -287,7 +287,7 @@ When creating the API Key, you must ensure that the following rights are granted

Example configuration
```yaml
email: [email protected]
email: [email protected]
domains:
- home-assistant.io
certfile: fullchain.pem
Expand Down

0 comments on commit b9b9031

Please sign in to comment.