Files

27 lines
646 B
JSON
Raw Permalink Normal View History

2026-05-21 19:20:49 +02:00
[
{
"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
}
]