Cert-Exporter
|
|
The Cert-Exporter is used to monitor the validity of certificates.
You can also set an alarm to be notified before TLS certificates expire (e.g., in a reverse proxy).
Configuration
The configuration can be found in the file vimon/config/cert_exporter/cert_exporter.conf.
The Parameter CERTS contains a list of the certificate files to be queried.
|
The list only contains certificate files, not key files! |
Both exact names and file name patterns can be used here, for example:
CERTS=("/etc/exim4/certs/cer_vimon.crt" "/etc/haproxy/static/*.pem")