add certbot scripts
This commit is contained in:
parent
b3ee514ea5
commit
3e4de9f204
2
certbot/new.sh
Executable file
2
certbot/new.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
certbot certonly --config-dir /home/user/_certbot/config --work-dir /home/user/_certbot --logs-dir /home/user/_certbot/logs
|
2
certbot/renew.sh
Executable file
2
certbot/renew.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
certbot renew --config-dir /home/user/_certbot/config --work-dir /home/user/_certbot --logs-dir /home/user/_certbot/logs
|
Loading…
Reference in New Issue
Block a user