27 lines
646 B
JSON
27 lines
646 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "Blockje Home",
|
||
|
|
"host": "home.blockje.nl",
|
||
|
|
"port": 443,
|
||
|
|
"owner": "blockje",
|
||
|
|
"profile": "relaxed",
|
||
|
|
"expected_issuer_contains": "Let's Encrypt",
|
||
|
|
"expected_hostname": "home.blockje.nl",
|
||
|
|
"http_check": true,
|
||
|
|
"expected_http_status": [200, 301, 302, 401, 403],
|
||
|
|
"timeout": 10
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Mailcow",
|
||
|
|
"host": "mta.example.net",
|
||
|
|
"port": 443,
|
||
|
|
"owner": "jelle",
|
||
|
|
"profile": "serious",
|
||
|
|
"expected_issuer_contains": "Let's Encrypt",
|
||
|
|
"expected_hostname": "mta.example.net",
|
||
|
|
"http_check": true,
|
||
|
|
"expected_http_status": [200, 301, 302, 401, 403],
|
||
|
|
"timeout": 10
|
||
|
|
}
|
||
|
|
]
|