6 lines
161 B
Bash
6 lines
161 B
Bash
#!/usr/bin/env bash
|
|
|
|
sleep $(($RANDOM % 3600));
|
|
/opt/certbot/bin/pip install --upgrade certbot certbot-nginx certbot-dns-ovh
|
|
certbot renew --cert-name netoik.io
|