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