Sfoglia il codice sorgente

Fix haproxy Let's Encrypt cron job

multi_domain
ßingen 7 anni fa
parent
commit
31f0b30721
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      images/haproxy/letsencrypt.cron

+ 3
- 0
images/haproxy/letsencrypt.cron Vedi File

/etc/letsencrypt/live/${_URL}/privkey.pem \ /etc/letsencrypt/live/${_URL}/privkey.pem \
> /etc/letsencrypt/haproxy/${_URL}.pem; > /etc/letsencrypt/haproxy/${_URL}.pem;
done; done;

# Reload HAProxy
service haproxy reload

Loading…
Annulla
Salva