3 lines
131 B
Bash
Executable File
3 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
certbot renew --config-dir /home/user/_certbot/config --work-dir /home/user/_certbot --logs-dir /home/user/_certbot/logs
|