Go to file
Sankalp Yengaldas 85094e17be add error check for venafiTPP CA
Signed-off-by: Sankalp Yengaldas <sankalp.yb@fmr.com>
2024-06-14 05:07:44 -04:00
.github run 'make generate' 2024-04-19 18:24:54 +02:00
cmd bump /x/net to fix CVE-2023-45288 2024-04-22 12:50:28 +01:00
deploy add testcases and generate deepcopy methods 2024-04-24 10:14:31 -04:00
design Merge pull request #6124 from tommie/route-design 2024-02-18 19:23:29 +00:00
docs
gcb add a link to the full release process 2023-04-13 13:08:58 +02:00
hack refectoring: remove unnecessary code 2024-04-22 14:24:59 +09:00
internal add testcases and generate deepcopy methods 2024-04-24 10:14:31 -04:00
logo
make remove docker custom network hack, since the test environment itself has been patched 2024-04-22 17:59:32 +02:00
pkg add error check for venafiTPP CA 2024-06-14 05:07:44 -04:00
test bump /x/net to fix CVE-2023-45288 2024-04-22 12:50:28 +01:00
tools remove tools/cobra script 2023-03-06 14:21:31 +00:00
.clomonitor.yml add document that links clo monitor to the LICENSES file 2023-09-27 13:45:54 +02:00
.gitignore remove deprecated files and functions 2024-02-08 10:45:06 +01:00
.golangci.ci.yaml replace deprecated NewCertManagerBasicCertificate function 2024-02-20 08:40:38 +01:00
CODE_OF_CONDUCT.md replace governance documents with links to the cert-manager community documents 2023-09-27 13:45:14 +02:00
CONTRIBUTING.md
go.mod bump /x/net to fix CVE-2023-45288 2024-04-22 12:50:28 +01:00
go.sum bump /x/net to fix CVE-2023-45288 2024-04-22 12:50:28 +01:00
GOVERNANCE.md replace governance documents with links to the cert-manager community documents 2023-09-27 13:45:14 +02:00
klone.yaml run 'make upgrade-klone' 2024-04-19 18:12:12 +02:00
LICENSE move to Makefile modules 2024-04-10 18:53:40 +02:00
LICENSES bump /x/net to fix CVE-2023-45288 2024-04-22 12:50:28 +01:00
Makefile move to Makefile modules 2024-04-10 18:53:40 +02:00
OWNERS move to Makefile modules 2024-04-10 18:53:40 +02:00
OWNERS_ALIASES move to Makefile modules 2024-04-10 18:53:40 +02:00
README.md Fix broken build-status badge in README.md 2024-01-16 17:05:34 +00:00
ROADMAP.md minor language tweaks to README and ROADMAP 2022-10-20 16:50:58 +01:00
SECURITY_CONTACTS.md replace governance documents with links to the cert-manager community documents 2023-09-27 13:45:14 +02:00
SECURITY.md replace governance documents with links to the cert-manager community documents 2023-09-27 13:45:14 +02:00
USERS.md replace governance documents with links to the cert-manager community documents 2023-09-27 13:45:14 +02:00

cert-manager project logo

Build Status Go Report Card
Artifact Hub Scorecard score CLOMonitor

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 supports issuing certificates from a variety of sources, including Let's Encrypt (ACME), HashiCorp Vault, and Venafi TPP / TLS Protect Cloud, as well as local in-cluster issuance.

cert-manager also ensures certificates remain valid and up to date, attempting to renew certificates at an appropriate time before expiry to reduce the risk of outages and remove toil.

cert-manager high level overview diagram

Documentation

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

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

For a more comprensive guide to issuing your first certificate, see our getting started guide.

Installation

Installation is documented on the website, with a variety of supported methods.

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.

History

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

Logo design by Zoe Paterson