add certbot scripts

This commit is contained in:
Alexander Popov 2021-02-09 07:18:33 +03:00
parent b3ee514ea5
commit 3e4de9f204
2 changed files with 4 additions and 0 deletions

2
certbot/new.sh Executable file
View 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
View 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