From b9b903123cd66459d6fa2d26f0459dee28d3cf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 30 Jul 2020 02:54:34 +0200 Subject: [PATCH] Change email examples (#1520) --- letsencrypt/DOCS.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/letsencrypt/DOCS.md b/letsencrypt/DOCS.md index 414e54e..142c102 100644 --- a/letsencrypt/DOCS.md +++ b/letsencrypt/DOCS.md @@ -111,7 +111,7 @@ acme_root_ca_cert: | ### http challenge ```yaml -email: hello@home-assistant.io +email: your.email@example.com domains: - home-assistant.io certfile: fullchain.pem @@ -123,7 +123,7 @@ dns: {} ### dns challenge ```yaml -email: hello@home-assistant.io +email: your.email@example.com domains: - home-assistant.io certfile: fullchain.pem @@ -131,14 +131,14 @@ keyfile: privkey.pem challenge: dns dns: provider: dns-cloudflare - cloudflare_email: cf@home-assistant.io + cloudflare_email: your.email@example.com cloudflare_api_key: 31242lk3j4ljlfdwsjf0 ``` ### google dns challenge ```yaml -email: hello@home-assistant.io +email: your.email@example.com 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: hello@home-assistant.io +email: your.email@example.com 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: hello@home-assistant.io +email: your.email@example.com 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: hello@home-assistant.io +email: your.email@example.com domains: - home-assistant.io certfile: fullchain.pem