update also prosody certs

This commit is contained in:
Michael Rennecke 2019-03-29 19:07:34 +01:00
parent 0b04b2f34d
commit e3f8c8a592
1 changed files with 5 additions and 0 deletions

View File

@ -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