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

Loading…
Cancel
Save