joe-elliott / cert-exporter

A Prometheus exporter that publishes cert expirations on disk and in Kubernetes secrets
Apache License 2.0
313 stars 88 forks source link

Fix CI #131

Closed joe-elliott closed 1 year ago

joe-elliott commented 1 year ago

CI is broken with the following error:

E0103 15:33:56.180635   18506 periodicCertChecker.go:48] Error on certs/bundle_pfx.crt: failed to parse as pem and pkcs12: pkcs12: unknown digest algorithm: 2.16.840.1.101.3.4.2.1

Hail marying some quick fixes to see if I get lucky.