From 4ac496b89c5b97697b68c9adb7d50396857784f5 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 25 Mar 2026 20:48:21 +0100 Subject: [PATCH 1/2] change default acme profile (1/2) Signed-off-by: Zoey --- Containers/apache/Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/apache/Caddyfile b/Containers/apache/Caddyfile index 40da90f9..d1261268 100644 --- a/Containers/apache/Caddyfile +++ b/Containers/apache/Caddyfile @@ -74,6 +74,7 @@ http://{$APACHE_HOST}.nextcloud-aio:23973, # For Collabora callback and WOPI req # TLS options tls { issuer acme { + profile shortlived disable_http_challenge } } From b578322d160042ae8f1b38ac49b32755b7868333 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 25 Mar 2026 20:49:05 +0100 Subject: [PATCH 2/2] change default acme profile (2/2) Signed-off-by: Zoey --- Containers/mastercontainer/acme.Caddyfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containers/mastercontainer/acme.Caddyfile b/Containers/mastercontainer/acme.Caddyfile index d217481d..0d5e84fe 100644 --- a/Containers/mastercontainer/acme.Caddyfile +++ b/Containers/mastercontainer/acme.Caddyfile @@ -46,6 +46,7 @@ https://:8443 { tls { on_demand issuer acme { + profile shortlived disable_tlsalpn_challenge } }