Browse Source

add readme 27.01.25:01.01

root 2 months ago
parent
commit
8e1457dc88
1 changed files with 9 additions and 1 deletions
  1. 9 1
      README.md

+ 9 - 1
README.md

@@ -5,7 +5,7 @@
5 5
 
6 6
 --
7 7
 begin edit avto4certbot.conf
8
-
8
+```
9 9
 please input pameters: avto4certbot.sh --create [apache & nginx && proxy]| --update [apache & nginx] | --flist [apache & nginx]
10 10
 avto4certbot.sh --create; create new certificate or --create [apache & nginx && proxy]; create new certificate 
11 11
 avto4certbot.sh --update; update certificates or --update [apache & nginx && proxy]; update [apache & nginx];
@@ -17,3 +17,11 @@ avto4certbot.sh --help; this help
17 17
   avtocertbot.sh --update nginx
18 18
   or
19 19
   avtocertbot.sh --update apache proxy
20
+```
21
+--
22
+example crontab:
23
+
24
+```
25
+## autocertbot
26
+24 01 * * * root /etc/scripts/avto4certbot/avto4certbot.sh --update
27
+```