blob: ee05eda877bb8598a1fea78cdd5191ddc4ee9e2d (
plain)
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
|
{
"ip_address": "199.119.112.150",
"services": "static",
"tags": [
"dc",
"production"
],
"static": {
"domains":{
"bitmask.net": {
"tls_only": true,
"locations": {
"front": {
"path": "/",
"format": "amber",
"source": {
"type": "git",
"repo": "https://leap.se/git/bitmask_help",
"revision": "origin/master"
}
}
},
"cert": "= file('cert/bitmask.net.crt')",
"key": "= file('cert/bitmask.net.key')",
"ca_cert": "= file('cert/lets_encrypt_ca.crt')"
}
}
}
}
|