mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:13 +01:00
fix not working LE post-renew hook
parent
9dd2b11ee1
commit
59db67654e
@ -71,7 +71,7 @@ services:
|
||||
- /etc/letsencrypt/live/egw.example.org/privkey.pem:/etc/postfix/certificate.key
|
||||
- /etc/letsencrypt/live/egw.example.org/fullchain.pem:/etc/postfix/certificate.pem
|
||||
# run the following command once to make sure mail-services get restarted on certificate renewal:
|
||||
# certbot renew --force-renew --post-hook "docker-compose -f /etc/egroupware-mail/docker-compose.yml restart"
|
||||
# certbot renew --force-renew --post-hook 'bash -c "cd /etc/egroupware-docker; docker-compose restart"'
|
||||
```
|
||||
* run the following command once to make sure mail-services get restarted on certificate renewal:
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user