core/examples/tls_certificate.hmdl.json
2023-03-22 14:22:54 +01:00

20 lines
278 B
JSON

{
"checks": [
{
"name": "test1",
"kind": "tls_certificate",
"parameters": {
"host": "greenscale.de",
"expiry_threshold": 50
}
},
{
"name": "test2",
"kind": "tls_certificate",
"parameters": {
"host": "chemnitz-gesundheit.de"
}
}
]
}