add acme email to caddy tls

This commit is contained in:
Noah Masur 2024-08-14 09:41:12 -04:00
parent 6866ca5fee
commit f7c5d3510f
No known key found for this signature in database

View File

@ -78,6 +78,7 @@ in
issuers = [
{
module = "acme";
email = "acme@${config.mail.server}";
challenges = {
dns = {
provider = {