Browse Source

stop renaming certbot to letsencrypt

tags/v2.1.0
Robin Thoni 7 years ago
parent
commit
f3eac90b43
1 changed files with 2 additions and 6 deletions
  1. 2
    6
      sitegen/sitegen.json

+ 2
- 6
sitegen/sitegen.json View File

7
     {
7
     {
8
       "patterns": "*",
8
       "patterns": "*",
9
       "command": {
9
       "command": {
10
-        "letsencryptCommand": "letsencrypt",
10
+        "letsencryptCommand": "certbot",
11
         "letsencryptArgs": [
11
         "letsencryptArgs": [
12
           "--agree-tos",
12
           "--agree-tos",
13
           "--text",
13
           "--text",
15
           "--webroot",
15
           "--webroot",
16
           "--webroot-path",
16
           "--webroot-path",
17
           "/tmp/acme-challenge/",
17
           "/tmp/acme-challenge/",
18
-          "--server",
19
-          "https://acme-v01.api.letsencrypt.org/directory",
20
           "certonly"
18
           "certonly"
21
         ]
19
         ]
22
       }
20
       }
24
     {
22
     {
25
       "patterns": "*",
23
       "patterns": "*",
26
       "command": {
24
       "command": {
27
-        "letsencryptCommand": "letsencrypt",
25
+        "letsencryptCommand": "certbot",
28
         "letsencryptArgs": [
26
         "letsencryptArgs": [
29
           "--agree-tos",
27
           "--agree-tos",
30
           "--text",
28
           "--text",
31
           "--renew-by-default",
29
           "--renew-by-default",
32
           "--authenticator",
30
           "--authenticator",
33
           "certbot-dns:auth",
31
           "certbot-dns:auth",
34
-          "--server",
35
-          "https://acme-v01.api.letsencrypt.org/directory",
36
           "certonly"
32
           "certonly"
37
         ]
33
         ]
38
       }
34
       }

Loading…
Cancel
Save