Go to file
Josh Soref be1bde2731 Square the logo
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2022-04-28 08:58:49 -04:00
.github add reminder about kinds 2022-01-24 16:53:08 +00:00
build bump base images to latest versions 2022-03-25 12:04:34 +00:00
cmd Use Kubernetes CSR spec.expirationSeconds to express cert duration 2022-03-21 09:40:32 -04:00
deploy Merge pull request #5018 from SgtCoDFish/imgloc 2022-04-08 10:11:37 +01:00
design Merge pull request #4757 from irbekrm/exponential_backoff_design 2022-03-30 12:10:33 +01:00
devel Merge pull request #4914 from maelvls/install.mk 2022-03-17 09:00:35 +00:00
docs Remove docs/ directory and replace with basic README 2020-01-20 14:53:02 +00:00
hack Bump golang.org/x/crypto to v0.0.0-20220411220226-7b82a4e95df4 2022-04-26 16:47:10 +02:00
internal Sets Challenge managed fields to nil when applying a spec patch 2022-04-01 11:53:44 +01:00
logo Square the logo 2022-04-28 08:58:49 -04:00
make Always save e2e test logs 2022-04-27 18:32:51 +01:00
pkg remove pkg/util/coverage 2022-04-08 16:56:24 +01:00
test Add a unit test for challenges reScheduler 2022-04-08 14:35:41 +08:00
tools rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
.bazelrc support user.bazelrc 2022-02-11 10:41:30 +01:00
.gitignore make: add "make e2e-setup-kind-update-images" 2022-03-29 11:26:37 +02:00
.krew.yaml rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00:00
BUILD.bazel bazel: ignore .go files in make/ and bin/ 2022-03-13 12:32:08 +01:00
CODE_OF_CONDUCT.md update old references to replaced/obsolete email addresses 2021-05-20 18:05:02 +01:00
CONTRIBUTING.md Simplify the CONTRIBUTING.md document 2022-03-10 10:57:59 +00:00
go.mod Bump golang.org/x/crypto to v0.0.0-20220411220226-7b82a4e95df4 2022-04-26 16:47:10 +02:00
go.sum Bump golang.org/x/crypto to v0.0.0-20220411220226-7b82a4e95df4 2022-04-26 16:47:10 +02:00
LICENSE add apache 2.0 license 2017-07-22 12:04:24 +01:00
LICENSES Code review comments 2022-03-21 07:33:51 +00:00
Makefile also clean bazel folders with make clean 2022-04-08 16:56:21 +01:00
OWNERS add jahrlin to OWNERS 2021-12-14 13:28:42 +01:00
README.md update logo dimensions + add note about logo location and name 2022-04-26 10:31:09 +01:00
ROADMAP.md Add a roadmap for the project 2020-10-21 15:57:53 +01:00
SECURITY_CONTACTS.md add @munnerz to SECURITY_CONTACTS.md 2021-05-05 17:35:10 +01:00
SECURITY.md improve language in SECURITY file post-migration 2022-02-15 12:18:00 +00:00
USERS.md Merge pull request #5010 from DiptoChakrabarty/blog 2022-04-04 14:26:45 +01:00
WORKSPACE Bump Go 1.17.1 --> 1.17.8 to fix CVEs 2022-03-21 16:05:23 -04:00
workspace.bzl Code review feedback 2021-09-30 17:23:42 +01:00

cert-manager project logo

Build Status Go Report Card
Artifact Hub

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

Documentation

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

Issues and PRs towards the documentation should be filed in the website repo.

For the common use-case of automatically issuing TLS certificates to Ingress resources, aka a kube-lego replacement, see the cert-manager nginx ingress quick start guide.

See Installation within the documentation for installation instructions.

Troubleshooting

If you encounter any issues whilst using cert-manager, we have a number of places you can use to try and get help.

First of all we recommend looking at the troubleshooting guide of our documentation.

The quickest way to ask a question is to first post on our Slack channel (#cert-manager) on the Kubernetes Slack. There are a lot of community members in this channel, and you can often get an answer to your question straight away!

You can also try searching for an existing issue. Properly searching for an existing issue will help reduce the number of duplicates, and help you find the answer you are looking for quicker.

Please also make sure to read through the relevant pages in the documentation before opening an issue. You can also search the documentation using the search box on the top left of the page.

If you believe you have encountered a bug, and cannot find an existing issue similar to your own, you may open a new issue. Please be sure to include as much information as possible about your environment.

Community

The cert-manager-dev Google Group is 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.

Bi-weekly Development Meeting

Once you've joined the cert-manager-dev Google Group, you should receive an invite to the bi-weekly development meeting, hosted every other Wednesday at 5pm London time on Google Meet.

Anyone is welcome to join these calls, even if just to ask questions. Meeting notes are recorded in Google docs.

Daily Standups

You are also welcome to join our daily standup every weekday at 10.30am London time on Google Meet. For more information, see cert-manager.io.

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. The contributing guide will help you get started.

Coding Conventions

Code style guidelines are documented on the coding conventions page of the cert-manager website. Please try to follow those guidelines if you're submitting a pull request for cert-manager.

Importing cert-manager as a Module

⚠️ Please note that cert-manager does not currently provide a Go module compatibility guarantee. That means that most code under pkg/ is subject to change in a breaking way, even between minor or patch releases and even if the code is currently publicly exported.

The lack of a Go module compatibility guarantee does not affect API version guarantees under the Kubernetes Deprecation Policy.

For more details see Importing cert-manager in Go on the cert-manager website.

The import path for cert-manager versions 1.8 and later is github.com/cert-manager/cert-manager.

For all versions of cert-manager before 1.8, including minor and patch releases, the import path is github.com/jetstack/cert-manager.

Security Reporting

Security is the number one priority for cert-manager. If you think you've found a security vulnerability, we'd love to hear from you.

Please follow the instructions in SECURITY.md to report a vulnerability to the team.

Changelog

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

Logo design by Zoe Paterson