Skip to content

Commit

Permalink
build: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Nov 13, 2024
1 parent 0b0a65e commit d11e50f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renew_https_certificate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ if [ "$NB_DAYS_BEFORE_EXP" -lt "30" ]; then
chmod 0644 /home/mfserv/config/fullchain.pem /home/mfserv/config/privkey.pem
chown mfserv:metwork /home/mfserv/config/fullchain.pem /home/mfserv/config/privkey.pem
/usr/sbin/service metwork start mfserv
certbot certificates > /root/certificates.log
fi
certbot certificates > /root/certificates.log
/usr/bin/rm -f /var/log/letsencrypt/letsencrypt.log.[3456789][0123456789]

0 comments on commit d11e50f

Please sign in to comment.