jitsi-deployment/web/rootfs/defaults/letsencrypt-renew

11 lines
170 B
Plaintext
Raw Normal View History

2018-11-07 11:23:08 +01:00
#!/bin/bash
# stop nginx
2018-11-07 15:34:42 +01:00
s6-svc -d /var/run/s6/services/nginx
2018-11-07 11:23:08 +01:00
# renew cert
certbot -n renew >> /config/le-renew.log
# start nginx
s6-svc -u /var/run/s6/services/nginx