lcarva / ocp-cert-verifier

Check expiration of certificates in Secret objects in an OCP (OpenShift) project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

This project is deprecated and will no longer receive updates.

Travis CI

Container build

ocp-cert-verifier

Verify expiration of certificates in Secret objects in an OCP project

Installation

pip

pip install -r requirements.txt .

Container Image

A container image is available from quay.io/factory2/ocp-cert-verifier.

Usage

After installation, the executable ocp-cert-verifier should be available for execution. Use the --help parameter for a list of options.

Example:

🐚  ocp-cert-verify myproject
WARNING: myproject:auth:cert1 expires in 2 days on: 2019-06-09 19:29:46
OK: myproject:auth:cert2 expires in 159 days on: 2019-11-13 09:21:31

About

Check expiration of certificates in Secret objects in an OCP (OpenShift) project

License:GNU General Public License v3.0


Languages

Language:Python 98.3%Language:Dockerfile 1.7%