Code: Select all
docker compose downedit mailcow.conf and amend the following
Code: Select all
ACME_DNS_CHALLENGE=y
ACME_DNS_PROVIDER=dns_cf
ACME_ACCOUNT_EMAIL=zemerdon@gmail.compico data/conf/acme/dns-01.conf
Code: Select all
# Add here your DNS-01 challenge configuration
# Cloudflare API Token
CF_Token="token here"
CF_Account_ID="account id here"navigate to ~/mailcow-dockerized/
Code: Select all
docker compose up -dCode: Select all
docker compose logs -f acme-mailcow