6 lines
87 B
Bash
6 lines
87 B
Bash
#!/bin/sh
|
|
set -eu
|
|
|
|
certbot renew --webroot -w /var/www/certbot --quiet
|
|
nginx -s reload
|