Upload files to ''

This commit is contained in:
Anael G 2018-11-07 11:22:55 +01:00
parent dffe287adc
commit bcf456e995
1 changed files with 14 additions and 0 deletions

14
certrenew.sh Normal file
View File

@ -0,0 +1,14 @@
#!/bin/sh
#
# Renouvellement certificat
sudo systemctl stop apache2.service
sudo ./certbot-auto certonly -n -d im.cyberjinh.fr -d upload.im.cyberjinh.fr -d conference.im.cyberjinh.fr -d proxy.im.cyberjinh.fr -d pubsub.im.cyberjinh.fr
sudo systemctl start apache2.service
cd /etc/prosody/
/.le.sh
exit 0