Skip to content

erichester76/netbox-certificate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netbox-certificate-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

  1. Get the latest release from this repository
  2. Install openssl libraries if not installed
CentOS:
$ yum install openssl-devel libffi-devel

Ubuntu:
$ apt-get install libssl-dev libffi-dev
  1. install plugin
$ pip install netbox_certificate.tar.gz
  1. Add netbox configuration
PLUGINS = ['netbox_certificate']
  1. Restart netbox service

  2. Enjoy plugin!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 87.8%
  • Shell 9.0%
  • HTML 3.2%