Let's Encrypt
vi letsEncryptRenew.sh #!/bin/ksh # Renew du certificat Let's Encrypt # echo "Renew du certificat Let's Encrypt"; apachectl stop certbot renew apachectl start
chmod +x letsEncryptRenew.sh
crontab -e 30 3 30 */3 * /bin/sh /root/script/letsEncryptRenew.sh