curl -o /usr/bin/letsencrypt-renew https://letsencrypt.top/download/letsencrypt-renew chmod +x /usr/bin/letsencrypt-renew crontab -l > /etc/crontab && echo '54 0 3,18 * * root /usr/bin/letsencrypt-renew -token=Tn8p+CukcPqXMsa5e/k8L7U0k31UhlbzyvFfb1d8CU1UMy3w2w/BjKvIvZwWE2Wo -key_path=/etc/nginx/certs/private.key -server_type=other -cert_path=/etc/nginx/certs/certificate.pem -command="docker restart nginx" -backup=true ' >> /etc/crontab crontab /etc/crontab /usr/bin/letsencrypt-renew -token=Tn8p+CukcPqXMsa5e/k8L7U0k31UhlbzyvFfb1d8CU1UMy3w2w/BjKvIvZwWE2Wo -key_path=/etc/nginx/certs/private.key -server_type=other -cert_path=/etc/nginx/certs/certificate.pem -command="docker restart nginx" -backup=true