Go to file
Ben Bettridge 4260fc1336 Add support for annotation 'certmanager.k8s.io/ingress-class' to toggle the use of ingressClass: <value>
Add annotation to the ingress-shim documentation

Remove debug output.

Update documentation errors.

Implement suggestions of using edit-in-place annotation to control behaviour.

Fix reference to editInPlaceAnnotation

Remove the presence of editInPlaceAnnotation from returning true to shouldSync() and relevant test.

Update comment reference to correct annotation name.

Remove tests that relied on annotation impacting result from shouldSync()

Only edit in-place when explicitly requested to do so.

Don't return error if unable to determine Ingress class, continue without setting either ingress or ingressClass.

Update annotation to certmanager.k8s.io/acme-http01-edit-in-place in order to make use case more obvious and have consistent naming.

Update docs to reflect possible values more accurately
2018-04-19 10:26:01 +01:00
.github Create ISSUE_TEMPLATE.md 2017-10-23 21:15:01 +01:00
cmd Add support for annotation 'certmanager.k8s.io/ingress-class' to toggle the use of ingressClass: <value> 2018-04-19 10:26:01 +01:00
contrib Run hack/update-deploy-gen.sh 2018-04-15 13:24:52 +01:00
docs Add support for annotation 'certmanager.k8s.io/ingress-class' to toggle the use of ingressClass: <value> 2018-04-19 10:26:01 +01:00
hack Don't run verify-chart-version against directories that no longer exist 2018-04-13 11:21:15 +01:00
pkg Add Key Encipherment bit to Key Usage extension 2018-04-17 16:25:10 -07:00
test Adjust max segment length to 63 chars 2018-04-19 09:57:08 +01:00
third_party/crypto/acme Cherrypick 91a49db82a88618983a78a06c1cbd4e00ab749ab from golang.org/x/crypto/acme 2018-04-12 19:16:09 +01:00
vendor Run dep ensure 2018-04-16 01:43:01 +01:00
.gitignore Update .gitignore 2018-01-18 22:24:19 +00:00
.gitlab-ci.yml Fix .gitlab-ci.yml build 2018-03-08 13:29:21 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-23 00:16:10 +01:00
Gopkg.lock Run dep ensure 2018-04-16 01:43:01 +01:00
Gopkg.toml Bump to kubernetes 1.10.0 2018-04-16 01:42:42 +01:00
labels.yaml Add kind/question label 2018-04-09 10:50:57 +01:00
LICENSE add apache 2.0 license 2017-07-22 12:04:24 +01:00
Makefile Add back the commit sha in the org.label-schema.vcs-ref label. 2018-04-16 22:27:46 -04:00
OWNERS Add myself to reviewers+approvers 2018-04-06 11:59:13 +01:00
README.md Update README.md 2018-04-17 10:49:42 -04:00

cert-manager

cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources.

It will ensure certificates are valid and up to date periodically, and attempt to renew certificates at an appropriate time before expiry.

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

cert-manager high level overview diagram

Current status

This project is not yet ready to be a component in a critical production stack, however it is at a point where it offers comparable features to other projects in the space. If you have a non-critical piece of infrastructure, or are feeling brave, please do try cert-manager and report your experience here in the issue section.

NOTE: currently we provide no guarantees on our API stability. This means there may be breaking changes that will require changes to all Issuer/Certificate resources you have already created. We aim to provide a stable API after a 1.0 release.

Documentation

Documentation for cert-manager can be found at cert-manager.readthedocs.io. Please make sure to select the correct version of the documentation to view on the bottom left of the page.

Troubleshooting

If you encounter any issues whilst using cert-manager, and your issue is not documented, please file an issue.

Contributing

We welcome pull requests with open arms! There's a lot of work to do here, and we're especially concerned with ensuring the longevity and reliability of the project.

Please take a look at our issue tracker if you are unsure where to start with getting involved!

We also use the #cert-manager channel on kubernetes.slack.com for chat relating to the project.

Developer documentation is available in the official documentation.

Changelog

The list of releases is the best place to look for information on changes between releases.