Remove suffix from letsencrypt renew

The suffix is added automatically by certbot if there is already a configuration for
domain passed as argument.

Change-Id: I7440b84648bf58c36dcb262920c876c7d1a5efa4
This commit is contained in:
Ionuț Bîru 2019-03-04 09:35:36 +02:00
parent ca23ec42ed
commit c86ec47b4b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ certbot renew \
--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