Skip to content

Check for expired and potentially misconfigured tls secrets with in Kubernetes

Notifications You must be signed in to change notification settings

gymshark/k8s-tls-secret-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s Secret Cert Checker

A simple tool to check any tls certs against the following criteria:

  • Checks for expired or soon to be expiring certs
  • Checks for cert-manager managed certs
    • Checks for dangling resources that were managed by cert-manager but may not be anymore
    • Checks for cert-manager certs that have changed secret targets, leaving resources left over

Installation

Just download one of the binaries from the releases page.

Usage

By default, the command will query all available namespaces in your current kube context.

You can change this by using the --namespace flag.

./k8s-check-certs

About

Check for expired and potentially misconfigured tls secrets with in Kubernetes

Resources

Stars

Watchers

Forks

Packages

No packages published