Netbox Cert Checker is a Netbox plugin that helps you monitor SSL certificates and websites that use them.
Key Features:
- SSL Certificate Information Registration:
- Identification name
- Certificate upload
- Display information of uploaded certificates:
- Subject
- Certificate start date
- Expiration date
- Website URL using the SSL certificate
- Enable/disable expiration alerts
- Expiration monitoring and alert email sending via external scripts
- Get the latest release from this repository
- Install openssl libraries if not installed
CentOS:
$ yum install openssl-devel libffi-devel
Ubuntu:
$ apt-get install libssl-dev libffi-dev
- install plugin
$ pip install netbox_certificate.tar.gz
- Add netbox configuration
PLUGINS = ['netbox_certificate']
-
Restart netbox service
-
Enjoy plugin!