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