Печенька блять!
This commit is contained in:
4
🍪/CertBot/README.md
Normal file
4
🍪/CertBot/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Скрипты (упрощалки) для `certbot`
|
||||
|
||||
- `new.sh` - создаёт новый сертификат [Let’s Encrypt](https://letsencrypt.org/)
|
||||
- `renew.sh` - продлевает (обновляет) сертификаты
|
||||
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
|
||||
Reference in New Issue
Block a user