From e3f8c8a592b3626c3a498460ece605b191790387 Mon Sep 17 00:00:00 2001 From: Michael Rennecke Date: Fri, 29 Mar 2019 19:07:34 +0100 Subject: [PATCH] update also prosody certs --- roles/haproxy/files/update_haproxy_certs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/haproxy/files/update_haproxy_certs.sh b/roles/haproxy/files/update_haproxy_certs.sh index ae4e2be..4d9d528 100755 --- a/roles/haproxy/files/update_haproxy_certs.sh +++ b/roles/haproxy/files/update_haproxy_certs.sh @@ -34,3 +34,8 @@ do done systemctl reload haproxy + +# update jabber +cat /etc/letsencrypt/live/jabber.0rpheus.net/fullchain.pem > /etc/prosody/certs/jabber.0rpheus.net.crt +cat /etc/letsencrypt/live/jabber.0rpheus.net/privkey.pem > /etc/prosody/certs/jabber.0rpheus.net.key +systemctl restart prosody.service