Supprimer 'le.sh'

This commit is contained in:
Anael G 2020-05-08 17:26:46 +02:00
parent be64b63f3c
commit 8027f23c37
1 changed files with 0 additions and 16 deletions

16
le.sh
View File

@ -1,16 +0,0 @@
#!/bin/bash
DIR1="im.cyberjinh.fr"
LE_DIR="/etc/letsencrypt/live/"
CERTS="/etc/prosody/certs/"
PROSODY="/etc/prosody/"
cp -rfL "${LE_DIR}${DIR1}/" "${CERTS}"
sudo chown -R prosody:prosody "${PROSODY}"
sudo chmod -R 700 "${CERTS}"
sudo service prosody restart
echo "OK"
exit 0