Browse Source

certbot text mode

tags/v2.0.3^0
Robin Thoni 8 years ago
parent
commit
0cd93862dd
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      sitegen/sitegen.json

+ 2
- 1
sitegen/sitegen.json View File

6
   "letsencryptCommand": "letsencrypt",
6
   "letsencryptCommand": "letsencrypt",
7
   "letsencryptArgs": [
7
   "letsencryptArgs": [
8
     "--agree-tos",
8
     "--agree-tos",
9
+    "--text",
9
     "--renew-by-default",
10
     "--renew-by-default",
10
     "--webroot",
11
     "--webroot",
11
     "--webroot-path",
12
     "--webroot-path",
16
   ],
17
   ],
17
   "letsencryptDir": "/etc/letsencrypt/live/",
18
   "letsencryptDir": "/etc/letsencrypt/live/",
18
   "certDir": "/etc/ssl/private/"
19
   "certDir": "/etc/ssl/private/"
19
-}
20
+}

Loading…
Cancel
Save