2017-08-07 13:25:01 -05:00
|
|
|
echo "Running certbot renew" > /root/scripts/certbot.log
|
|
|
|
|
/bin/certbot renew >> /root/scripts/certbot.log
|
|
|
|
|
echo "Finished certbot renew" >> /root/scripts/certbot.log
|
2024-07-31 00:49:28 -05:00
|
|
|
echo "Copying certs to /secure" >> /root/scripts/certbot.log
|
|
|
|
|
cp -rL /etc/letsencrypt/live/* /secure/certs/
|
|
|
|
|
echo "Done copying certs to /secure" >> /root/scripts/certbot.log
|