Go to file
jetstack-bot 840f9de7d9
Merge pull request #734 from timuthy/master
Improve ACME DNS validation tutorial
2018-07-19 10:25:41 +01:00
.github Fix links in pull request template 2018-06-05 22:55:55 +01:00
cmd Change flag to list of controllers to enable 2018-07-12 10:27:49 +01:00
contrib Fixes #310: Allow setting http_proxy and https_proxy in cert-manager deployment 2018-07-05 10:42:29 +02:00
docs Merge pull request #734 from timuthy/master 2018-07-19 10:25:41 +01:00
hack Add verify-reference-docs step to Makefile 2018-07-05 14:47:36 +01:00
pkg Merge pull request #722 from autonomic-ai/support-ec-keys 2018-07-18 10:00:36 +01:00
test code review fixes 2018-07-11 16:00:39 +00:00
third_party/crypto/acme Re-add StatusReady const 2018-07-05 11:26:38 +01:00
vendor Run dep ensure 2018-07-05 14:47:35 +01:00
.gitignore Update .gitignore 2018-01-18 22:24:19 +00:00
.gitlab-ci.yml Install dep during gitlab-ci build 2018-06-29 10:57:09 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-10-23 00:16:10 +01:00
Gopkg.lock Run dep ensure 2018-07-05 14:47:35 +01:00
Gopkg.toml Don't prune k8s.io/kube-openapi 2018-07-05 14:47:35 +01:00
labels.yaml Update labels.yaml 2018-06-06 00:55:10 +01:00
LICENSE add apache 2.0 license 2017-07-22 12:04:24 +01:00
Makefile Add verify-reference-docs step to Makefile 2018-07-05 14:47:36 +01:00
OWNERS Add Richard Wall to OWNERS file 2018-06-07 15:50:43 +01:00
README.md Add note about Google Group to readme 2018-06-05 23:00:59 +01: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.

Community

There is a Google Group used for project wide announcements and development coordination. Anybody can join the group by visiting here and clicking "Join Group". A Google account is required to join the group.

Once you have become a member, you should receive an invite to the weekly development meeting, hosted on Wednesdays at 4pm UTC on Zoom.us.

Anyone is welcome to join these calls, even if just to ask questions.

Meeting notes are recorded in Google docs.

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.