From 26cd8552065f5b27667a4f4bdbc22674cf50646e Mon Sep 17 00:00:00 2001 From: Aljoscha Grebe Date: Fri, 22 Dec 2023 22:09:48 +0100 Subject: [PATCH] Updated Using WireGuard Easy with Traefik SSL (markdown) --- Using-WireGuard-Easy-with-Traefik-SSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-WireGuard-Easy-with-Traefik-SSL.md b/Using-WireGuard-Easy-with-Traefik-SSL.md index 36d07c6..712d3f9 100644 --- a/Using-WireGuard-Easy-with-Traefik-SSL.md +++ b/Using-WireGuard-Easy-with-Traefik-SSL.md @@ -75,7 +75,7 @@ services: - "--entrypoints.web.address=:80" - "--entrypoints.websecure.address=:443" - "--certificatesresolvers.MainCertResolver.acme.tlschallenge=true" - # ⚠️ Change the email to yours (to receive notifications from lesencrypt) + # ⚠️ Change the email to yours (to receive notifications from letsencrypt) - "--certificatesresolvers.MainCertResolver.acme.email=email@myhomelab.com" - "--certificatesresolvers.MainCertResolver.acme.storage=/letsencrypt/acme.json"