2
0
Эх сурвалжийг харах

[ACME] fetch cert for mta-sts subdomain

FreddleSpl0it 2 долоо хоног өмнө
parent
commit
a4b1d9a3dd

+ 1 - 1
data/Dockerfiles/acme/acme.sh

@@ -206,7 +206,7 @@ while true; do
 
 
   if [[ ${AUTODISCOVER_SAN} == "y" ]]; then
   if [[ ${AUTODISCOVER_SAN} == "y" ]]; then
   # Fetch certs for autoconfig and autodiscover subdomains
   # Fetch certs for autoconfig and autodiscover subdomains
-  ADDITIONAL_WC_ARR+=('autodiscover' 'autoconfig')
+  ADDITIONAL_WC_ARR+=('autodiscover' 'autoconfig' 'mta-sts')
   fi
   fi
 
 
   if [[ ${SKIP_IP_CHECK} != "y" ]]; then
   if [[ ${SKIP_IP_CHECK} != "y" ]]; then

+ 1 - 1
docker-compose.yml

@@ -440,7 +440,7 @@ services:
           condition: service_started
           condition: service_started
         unbound-mailcow:
         unbound-mailcow:
           condition: service_healthy
           condition: service_healthy
-      image: ghcr.io/mailcow/acme:1.93
+      image: ghcr.io/mailcow/acme:1.94
       dns:
       dns:
         - ${IPV4_NETWORK:-172.22.1}.254
         - ${IPV4_NETWORK:-172.22.1}.254
       environment:
       environment: