Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icinga/icingaweb2-module-x509
Keeps track of certificates as they are deployed in a network environment.
https://github.com/icinga/icingaweb2-module-x509
certificate icinga tls x509
Last synced: about 2 hours ago
JSON representation
Keeps track of certificates as they are deployed in a network environment.
- Host: GitHub
- URL: https://github.com/icinga/icingaweb2-module-x509
- Owner: Icinga
- License: gpl-2.0
- Created: 2018-11-23T13:41:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T11:16:28.000Z (2 months ago)
- Last Synced: 2024-09-10T12:47:11.807Z (2 months ago)
- Topics: certificate, icinga, tls, x509
- Language: PHP
- Homepage: https://icinga.com/docs/x509/latest/
- Size: 2.26 MB
- Stars: 106
- Watchers: 21
- Forks: 24
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# Icinga Certificate Monitoring
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/icinga/icingaweb2-module-x509/workflows/PHP%20Tests/badge.svg?branch=master)
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-x509.svg)](https://github.com/Icinga/icingaweb2-module-x509)![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
The certificate monitoring module for Icinga keeps track of certificates as they are deployed in a network environment.
It does this by scanning networks for TLS services and collects whatever certificates it finds along the way.
The certificates are verified using its own trust store.The module’s web frontend can be used to view scan results, allowing you to drill down into detailed information
about any discovered certificate of your landscape:![X.509 Usage](doc/res/x509-usage.png "X.509 Usage")
![X.509 Certificates](doc/res/x509-certificates.png "X.509 Certificates")
At a glance you see which CAs have issued your certificates and key counters of your environment:
![X.509 Dashboard](doc/res/x509-dashboard.png "X.509 Dashboard")
## Documentation
* [Installation](doc/02-Installation.md)
* [Configuration](doc/03-Configuration.md)
* [Monitoring](doc/10-Monitoring.md)