|
@@ -3,8 +3,7 @@
|
3
|
3
|
Если возникает ошибка: "Peer's Certificate issuer is not recognized"
|
4
|
4
|
используейте параметр: git -c http.sslVerify=false clone ...
|
5
|
5
|
|
6
|
|
---
|
7
|
|
-begin edit avto4certbot.conf
|
|
6
|
+* begin edit avto4certbot.conf
|
8
|
7
|
```
|
9
|
8
|
please input pameters: avto4certbot.sh --create [apache & nginx && proxy]| --update [apache & nginx] | --flist [apache & nginx]
|
10
|
9
|
avto4certbot.sh --create; create new certificate or --create [apache & nginx && proxy]; create new certificate
|
|
@@ -18,10 +17,10 @@ avto4certbot.sh --help; this help
|
18
|
17
|
or
|
19
|
18
|
avtocertbot.sh --update apache proxy
|
20
|
19
|
```
|
21
|
|
---
|
22
|
|
-example crontab:
|
|
20
|
+
|
|
21
|
+* example crontab:
|
23
|
22
|
|
24
|
23
|
```
|
25
|
24
|
## autocertbot
|
26
|
|
-24 01 * * * root /etc/scripts/avto4certbot/avto4certbot.sh --update
|
|
25
|
+24 01 * * * root /etc/scripts/avto4certbot/avto4certbot.sh --update nginx
|
27
|
26
|
```
|