How to Renew Mailcow SSL Certificate?
ACME-Mailcow acme-mailcow is a bulit-in add on to issue, renew/update certificates for the domain. Autodiscover and autoconfig sharing the same SSL certificate are created for MS outlook. 1. Restart acme-mailcow client: docker-compose restart acme-mailcow 2. Check expiry date: bash /opt/mailcow-dockerized/helper-scripts/expiry-dates.sh 3. Renew by force: touch /opt/mailcow-dockerized/data/assets/ssl/force_renew; docker-compose restart acme-mailcow 4. Monitor acme activity: docker-compose logs […]
How to Renew Mailcow SSL Certificate? Read More »