Files @ bb749f282c4e
Branch filter:

Location: C3L-NOC/tls-expiry-tracker/frontend/data.json - annotation

x
feat: add initial backend

current backend only prints out the state of the certificates in stdout.
it takes input domains from input.json, and checks only web ones.
various fail states are recogzied.
{
    "incidents": [
      {
        "domain": "c3l.lu",
        "date": 1704157217
      },
      {
        "domain": "social.c3l.lu",
        "date": 1704070817
      },
      {
        "domain": "mail.c3l.lu",
        "date": 1703552417
      }
    ]
}