4 lines
98 B
Bash
4 lines
98 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
certbot renew -q --config-dir /etc/nginx/conf.d/ssl/letsencrypt/ --renew-hook "kill 1"
|