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"