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

Loading…
Cancel
Save