Go to file
2017-07-22 12:04:24 +01:00
cmd/controller Install gcp auth plugin 2017-07-22 02:54:22 +01:00
docs Update YAML examples 2017-07-22 11:56:46 +01:00
hack Add Makefile and generator automation 2017-07-19 17:03:53 +01:00
pkg Refactor common functions into util. Add renewals. 2017-07-22 11:45:30 +01:00
vendor Vendor dependencies 2017-07-19 20:29:24 +01:00
.gitignore update .gitignore 2017-07-19 20:30:07 +01:00
Dockerfile Add Dockerfile. Update Makefile. 2017-07-22 02:54:54 +01:00
Gopkg.lock Vendor dependencies 2017-07-19 20:29:24 +01:00
Gopkg.toml Vendor dependencies 2017-07-19 20:29:24 +01:00
LICENSE add apache 2.0 license 2017-07-22 12:04:24 +01:00
Makefile Add Dockerfile. Update Makefile. 2017-07-22 02:54:54 +01:00
README.md Update README 2017-07-22 12:02:18 +01:00

cert-manager

cert-manager is a Kubernetes addon to automate the management and issuance of certificates from an aribitrary issuing source.

It is loosely based upon the work of kube-lego and has borrowed some wisdome from other similar projects eg. kube-cert-manager.

Current status

This project is still heavily under development and is not ready for use yet. However, if you want to experiment, please do try running the current development build and reporting any issues you run into.

Future plans

Soon, I'd like to see cert-manager expose it's own API server, to be used by the apiserver-aggregator. This will allow us to perform verification of resources as they are submitted, and consequently reject 'bad' manifests.

Deploying

To deploy the latest development version, run:

$ kubectl create -f docs/cert-manager.yaml

There is an example Certificate resource in docs/acme-cert.yaml, however requesting certificates via Ingress is not currently supported - instead, you must point your domain at the service created for cert-manager manually. This will naturally change over the coming days and weeks!

$ kubectl create -f docs/acme-cert.yaml