Merge pull request #7823 from nextcloud/acme-shortlived-profile

use acme shortlived profile
This commit is contained in:
Simon L.
2026-04-09 14:35:37 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -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
}
}

View File

@@ -46,6 +46,7 @@ https://:8443 {
tls {
on_demand
issuer acme {
profile shortlived
disable_tlsalpn_challenge
}
}