enix / x509-certificate-exporter

A Prometheus exporter to monitor x509 certificates expiration in Kubernetes clusters or standalone
MIT License
631 stars 64 forks source link

Add feature to parse both pkcs12 truststore and keystore formats #315

Open muhammadn opened 1 month ago

muhammadn commented 1 month ago

Currently, no other implementations, even https://github.com/joe-elliott/cert-exporter supports reading both keystore and truststore.

This feature adds in that functionality to read password protected pkcs12 containers and read both keystore and truststore certificates for monitoring of expiring certificates.