Windows IIS server "computer certificates" monitor

I’m using a grafana [v9.0.6] running on a Linux server.

I’m trying to monitor the expiration dates of SSL certificates on windows IIS servers on the same network. I’m already monitoring the metrics of them using Prometheus.

So I just want to add all the certificates on windows “certlm” (Manage Computer Certificates panel) > Personal > Certificates to a grafana dashboard to monitor their expiration dates.

Is there any way to achieve this? Thank you.