Browse Source

added pattern example

tags/v1.0.0
Robin Thoni 7 years ago
parent
commit
96a0874653
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      extra/sitegen/sitegen.json

+ 4
- 1
extra/sitegen/sitegen.json View File

@@ -5,7 +5,10 @@
5 5
   "certRenewTime": 5356800,
6 6
   "letsencryptCommands": [
7 7
     {
8
-      "patterns": "*",
8
+      "patterns": [
9
+        "example.com",
10
+        "*.example.com"
11
+      ],
9 12
       "command": {
10 13
         "letsencryptCommand": "certbot",
11 14
         "letsencryptArgs": [

Loading…
Cancel
Save