Compare commits

..

No commits in common. "c8debaa7cb5800cbba163cea48e7b6ef57774f44" and "cbabb0ce592ea74b1d0a36d443f9f3c200464706" have entirely different histories.

View file

@ -1,5 +1,9 @@
#!/bin/bash
#cat /etc/lighttpd/vhosts.d/systems.findeisen.conf.nossl > /etc/lighttpd/vhosts.d/systems.findeisen.conf
/etc/init.d/lighttpd restart
acme.sh --cron --force --home /root/.acme.sh
for host in $(ls /etc/acme | tr '\n' ' '); do
@ -8,12 +12,15 @@ for host in $(ls /etc/acme | tr '\n' ' '); do
cat /etc/acme/$host/fullchain.cer >> /etc/acme/$host/$host.pem
done
#cat /etc/lighttpd/vhosts.d/systems.findeisen.conf.ssl > /etc/lighttpd/vhosts.d/systems.findeisen.conf
cat /etc/acme/mail.xw3.org/fullchain.cer > /opt/mailcow-dockerized/data/assets/ssl/mail.xw3.org/cert.pem
cat /etc/acme/mail.xw3.org/mail.xw3.org.key > /opt/mailcow-dockerized/data/assets/ssl/mail.xw3.org/key.pem
/etc/init.d/lighttpd restart
/etc/init.d/nginx restart
/etc/init.d/prosody restart
cat /etc/acme/mail.xw3.org/fullchain.cer > /opt/mailcow-dockerized/data/assets/ssl/mail.xw3.org/cert.pem
cat /etc/acme/mail.xw3.org/mail.xw3.org.key > /opt/mailcow-dockerized/data/assets/ssl/mail.xw3.org/key.pem
cd /opt/mailcow-dockerized
docker-compose restart