add editorconfig checker and fix files

This commit is contained in:
2021-08-29 12:59:18 +03:00
parent 5de70d2cf0
commit c750bf0989
11 changed files with 394 additions and 79 deletions

2
CertBot/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/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