Ver código fonte

haproxy: Move let's encrypt cron job to weekly

master
Bingen Eguzkitza 5 anos atrás
pai
commit
ce6bfde29d
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      images/haproxy/startup.sh

+ 1
- 1
images/haproxy/startup.sh Ver arquivo

rm /tmp/haproxy.pid rm /tmp/haproxy.pid


# Create renew cron job # Create renew cron job
mv /usr/local/bin/letsencrypt.cron /etc/cron.monthly/letsencrypt
mv /usr/local/bin/letsencrypt.cron /etc/cron.weekly/letsencrypt
# remove default cron job # remove default cron job
mv /etc/cron.d/certbot /tmp mv /etc/cron.d/certbot /tmp



Carregando…
Cancelar
Salvar