Skip to content

Simple python projects to check expiration of SSL certificates with email notification

Notifications You must be signed in to change notification settings

toshamuravei/certhandler

Repository files navigation

CERTIFICATE HANDLER

For docker:

$ git clone https://github.com/toshamuravei/certhandler.git
$ sudo make build
$ cat >> settings.py
$ make run
$ make run CMD='ash'
$ python cert_handler.py

For virtual environment:

$ git clone https://gitlab.oits.su/oits/certhandler.git
$ virtualenv .env -p python3.7
$ source .env/bin/activate
$ pip install -r requirements.txt
$ cat >> settings.py
$ python cert_handler.py

About

Simple python projects to check expiration of SSL certificates with email notification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published