Browse Source

certbot text mode

tags/v2.0.3^0
Robin Thoni 7 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,6 +6,7 @@
6 6
   "letsencryptCommand": "letsencrypt",
7 7
   "letsencryptArgs": [
8 8
     "--agree-tos",
9
+    "--text",
9 10
     "--renew-by-default",
10 11
     "--webroot",
11 12
     "--webroot-path",
@@ -16,4 +17,4 @@
16 17
   ],
17 18
   "letsencryptDir": "/etc/letsencrypt/live/",
18 19
   "certDir": "/etc/ssl/private/"
19
-}
20
+}

Loading…
Cancel
Save