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