Kubernetes certificate downloader: an application that watches TLS Secrets in a Kubernetes cluster, and provides a REST API with which a client can instruct the app to manage Secrets as certificate/key files in a local directory.
| cmd | ||
| pkg | ||
| .gitignore | ||
| COPYING | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Kubernetes Certiicate Downloader
An application that watches TLS Secrets in a Kubernetes cluster, and provides a REST API with which a client can instruct the app to save Secrets as certificate/key files in a local directory, or to update or delete existing files.
This application is primarily meant to support the use of haproxy, in particular since it saves the TLS certificates and keys concatenated in single files, as haproxy requires.