Merge "Remove suffix from letsencrypt renew"

This commit is contained in:
Zuul 2019-03-12 17:41:18 +00:00 committed by Gerrit Code Review
commit bde8657721
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
--standalone \
--pre-hook "systemctl stop haproxy" \
cat /etc/letsencrypt/live/{{ external_lb_vip_address }}-0001/{fullchain,privkey}.pem \
cat /etc/letsencrypt/live/{{ external_lb_vip_address }}/{fullchain,privkey}.pem \
> /etc/ssl/private/haproxy.pem
systemctl restart haproxy