ribbybibby / ssl_exporter

Exports Prometheus metrics for TLS certificates
Apache License 2.0
525 stars 99 forks source link

Allow to use remote http\https resources in PEM file module #147

Closed dragoangel closed 5 months ago

dragoangel commented 9 months ago

With BIMI (and some other usecases) it's common to have PEM file stored on some public storage, it could be verified with file module potentially, or we can create dedicated module for http_file with additional settings to trust invalid cert of https server or not, etc

ribbybibby commented 9 months ago

https://github.com/ribbybibby/ssl_exporter/pull/144 - related PR

dragoangel commented 9 months ago

Nice! @ribbybibby can this be merged?

ribbybibby commented 5 months ago

Added in #144.