Skip tz in MySQL

This commit is contained in:
andryyy
2016-12-18 15:03:42 +01:00
parent 24736a5e94
commit 1fcdbc01af
3 changed files with 3 additions and 13 deletions

View File

@@ -85,7 +85,8 @@ wget https://dl.eff.org/certbot-auto -O /usr/local/sbin/certbot && chmod +x /usr
Please disable applications blocking port 80 and run certbot:
```
certbot-auto certonly \
source mailcow.conf
certbot certonly \
--standalone \
--standalone-supported-challenges http-01 \
-d ${MAILCOW_HOSTNAME} \