-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
47 lines (47 loc) · 1.23 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"projects":
[
{
"name":"ctf-entry-level",
"description":"A CTF with an entry level",
"hostname":"entry.ctf.example.com",
"generic-hostname":"",
"default-server":"0",
"deferred-server":"0",
"tls-enabled":"0"
},
{
"name":"ctf-medium-level",
"description":"A CTF with a medium level",
"hostname":"medium.ctf.example.com",
"generic-hostname":"ctf.example.com",
"default-server":"0",
"deferred-server":"0",
"tls-enabled":"1"
},
{
"name":"ctf-hard-level",
"description":"A CTF with a hard level",
"hostname":"hard.ctf.example.com",
"generic-hostname":"ctf.example.com",
"default-server":"0",
"deferred-server":"0",
"tls-enabled":"1"
}
],
"tls":
[
{
"hostnames":"ctf.example.com entry.ctf.example.com medium.ctf.example.com hard.ctf.example.com",
"description":"This certificat can be used for all ctf.example.com subdomains",
"email":"[email protected]",
"setup":"1"
},
{
"hostnames":"ctf-2.example.com",
"description":"This certificat can be used separetely for another CTF instances",
"email":"[email protected]",
"setup":"1"
}
]
}