core/examples/tls_certificate.hmdl.json

20 lines
278 B
JSON
Raw Normal View History

2023-03-22 14:22:54 +01:00
{
"checks": [
{
"name": "test1",
"kind": "tls_certificate",
"parameters": {
"host": "greenscale.de",
"expiry_threshold": 50
}
},
{
"name": "test2",
"kind": "tls_certificate",
"parameters": {
"host": "chemnitz-gesundheit.de"
}
}
]
}