Go to file
jetstack-bot 96dd8849ca
Merge pull request #5311 from EugenFo/add-port-to-container-spec
added healthcheck to containers port spec
2022-08-19 10:58:11 +01:00
.github add reminder about kinds 2022-01-24 16:53:08 +00:00
cmd Document that pod template spec should be used instead of flags 2022-08-09 15:26:10 +01:00
deploy Merge pull request #5311 from EugenFo/add-port-to-container-spec 2022-08-19 10:58:11 +01:00
design timeouts proposal 2022-06-21 18:57:29 +01:00
devel Remove bazel 🎉 2022-07-26 11:38:50 +01:00
docs Remove docs/ directory and replace with basic README 2020-01-20 14:53:02 +00:00
hack Merge pull request #5345 from inteon/ginkgo_v2 2022-08-04 21:06:15 +01:00
internal apply go fmt for go1.19 2022-08-04 09:51:57 +00:00
logo Delete mask 2022-05-05 12:05:27 -04:00
make Merge pull request #5345 from inteon/ginkgo_v2 2022-08-04 21:06:15 +01:00
pkg Document that pod template spec should be used instead of flags 2022-08-09 15:26:10 +01:00
test use GenerateName instead 2022-08-09 12:41:31 +02:00
tools Remove bazel 🎉 2022-07-26 11:38:50 +01:00
.bazelignore make update-all & ensure bazel-only targets are runnable 2022-06-30 12:47:30 +01:00
.bazelrc support user.bazelrc 2022-02-11 10:41:30 +01:00
.gitignore add alternative bindirs to gitignore in preparation for #5130 2022-06-06 12:31:58 +01:00
.krew.yaml rename all uses of github.com/jetstack/cert-manager 2022-02-02 09:08:31 +00: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 upgrade ginkgo to v2 2022-08-04 10:16:29 +00:00
go.sum upgrade ginkgo to v2 2022-08-04 10:16:29 +00:00
LICENSE add apache 2.0 license 2017-07-22 12:04:24 +01:00
LICENSES upgrade ginkgo to v2 2022-08-04 10:16:29 +00:00
Makefile add trivy scan targets 2022-08-03 15:57:28 +01:00
OWNERS add inteon to ONWERS 2022-08-01 14:12:31 +02:00
README.md add URL for cert-manager website to chart, update logo URL 2022-05-30 17:28:24 +01:00
ROADMAP.md Add suggestion from code review 2022-07-20 16:08:57 +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

cert-manager project logo

Build Status Go Report Card
Artifact Hub

cert-manager

cert-manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates.

It can issue certificates from a variety of supported sources, including Let's Encrypt, HashiCorp Vault, and Venafi as well as private PKI, and it ensures certificates remain valid and up to date, attempting 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 such as kube-cert-manager.

cert-manager high level overview diagram

Documentation

Documentation for cert-manager can be found at cert-manager.io.

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

For the common use-case of automatically issuing TLS certificates for Ingress resources, see the cert-manager nginx-ingress quick start guide.

Installation

We document installation on the website.

Troubleshooting

If you encounter any issues whilst using cert-manager, we have a number of ways to get help:

If you believe you've found a bug, and cannot find an existing issue, feel free to open a new issue! Be sure to include as much information as you can 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.

Meetings

We have several public meetings which any member of our Google Group is more than welcome to join!

Check out the details on our website. Feel free to drop in and ask questions, chat with us or just to say hi!

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.

Follow the instructions in SECURITY.md to make a report.

Changelog

Every release on GitHub has a changelog, and we also publish release notes on the website.

Logo design by Zoe Paterson