mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Skip tz in MySQL
This commit is contained in:
parent
24736a5e94
commit
1fcdbc01af
3 changed files with 3 additions and 13 deletions
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue