spmlol Hi! I migrated my mailcow instance last week and wanted to add two additional_sans today. For some reason, even after using docker-compose up -d, ACME doesn’t use the newly added SANs and fallsback to the old config. No changes whatsoever. mailcow.conf is on 755. Any ideas?
spmlol evpaddy No space. Even if I rewrite the ADDITIONAL_SAN, it just uses the old version of the config. Even with completely different domain names. It seems that ACME isn’t able or simply does not want to fetch the ADDITIONAL_SAN in the config file..
evpaddy I’m a newbie myself so hopefully I’m not boring you, but what I’d try first as root source ./mailcow.conf ; echo $ADDITIONAL_SAN if your domains are showing, the config isn’t the problem at least.
spmlol evpaddy Working flawlessly. Changed the config in the docker-compose.yml file, that worked. Doesn’t resolve the origin cause, but it works.