netbox-certchecker-plugin
overview
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
install
-
Get the latest release from this repository
-
install plugin
$ pip install netbox_certchecker.tar.gz
- Add netbox configuration
PLUGINS = ['netbox_certchecker']
-
Restart netbox service
-
Enjoy plugin!