|
@@ -9,12 +9,14 @@ git -c http.sslVerify=false clone https://develop.qbpro.ru/master/auto4certbot.g
|
9
|
9
|
```
|
10
|
10
|
|
11
|
11
|
* Install:
|
|
12
|
+
|
12
|
13
|
```
|
13
|
14
|
git clone https://develop.qbpro.ru/master/auto4certbot.git
|
14
|
15
|
cd ~/auto4certbot/src
|
15
|
16
|
mkdir -p /etc/auto4certbot
|
16
|
17
|
cp * /etc/auto4certbot/
|
17
|
18
|
```
|
|
19
|
+
|
18
|
20
|
* edit avto4certbot.conf
|
19
|
21
|
* To check the operation, run the script without parameters, it will install the necessary packages or tell you what needs to be installed.
|
20
|
22
|
* if everything is installed, the answer will be:
|
|
@@ -32,8 +34,8 @@ avto4certbot.sh --help; this help
|
32
|
34
|
or
|
33
|
35
|
avtocertbot.sh --update apache proxy
|
34
|
36
|
```
|
35
|
|
-* Use the --create [apache or nginx] parameter to create the first certificate.
|
36
|
37
|
|
|
38
|
+* Use the --create [apache or nginx] parameter to create the first certificate.
|
37
|
39
|
* example crontab:
|
38
|
40
|
|
39
|
41
|
```
|