forked from home-assistant/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change email examples (home-assistant#1520)
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ acme_root_ca_cert: | | |
### http challenge | ||
|
||
```yaml | ||
email: [email protected] | ||
email: [email protected] | ||
domains: | ||
- home-assistant.io | ||
certfile: fullchain.pem | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|