Browse Source

Fix haproxy Let's Encrypt cron job

multi_domain
ßingen 6 years ago
parent
commit
31f0b30721
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      images/haproxy/letsencrypt.cron

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

@@ -9,3 +9,6 @@ for _URL in `ls /etc/letsencrypt/live`; do
/etc/letsencrypt/live/${_URL}/privkey.pem \
> /etc/letsencrypt/haproxy/${_URL}.pem;
done;

# Reload HAProxy
service haproxy reload

Loading…
Cancel
Save