website icon indicating copy to clipboard operation
website copied to clipboard

Source code for the cert-manager.io website, including project documentation

Results 167 website issues
Sort by recently updated
recently updated
newest added

I'm trying to uninstall and reinstall Cert-manager in order to upgrade from an old version. The uninstall docs at https://cert-manager.io/docs/installation/uninstall/kubernetes/ mention the following step: > > Before continuing, ensure that...

Greetings! The documentation states that: PrivateKeyEncoding: > allowed values are “pkcs1” and “pkcs8” standing for PKCS#1 and PKCS#8 PrivateKeyAlgorithm: > allowed values are either “rsa” or “ecdsa” However, allowed values...

The example Certificate yaml doesn't really work (at least with Venafi TPP). I get the error below: "Failed to request venafi certificate: Certificate requests submitted to Venafi issuers must have...

I'm trying to figure out if, when creating an ingress with a reference to a TLS secret that is populated with a valid certificate (hostname matches and date is within...

help wanted
priority/backlog
kind/documentation

CA injection is only documented for Validating and MutatingWebhookConfiguration but it works also for CRD conversion webhooks: jetstack/cert-manager#1505

help wanted
priority/important-soon
kind/documentation

We should add how to troubleshoot the error `ACME server URL host and ACME private key registration host differ` to the documentation. Probably under https://cert-manager.io/docs/faq/acme/

good first issue
priority/backlog
kind/documentation

The annotation is missing from the table: old: `certmanager.k8s.io/inject-ca-from` new: `cert-manager.io/inject-apiserver-ca` I'll try to get a few moments to submit a PR tomorrow!

priority/backlog
kind/documentation

I noticed we nowhere have instructions how to do a wildcard certificate with let's encrypt. We should write a documentation page with instructions to create a Certificate resource with a...

priority/important-longterm
kind/documentation

Keystores are missing in https://cert-manager.io/docs/usage/certificate/#creating-certificate-resources Would be nice to have them there.

priority/backlog
kind/documentation

Originally posted in https://github.com/jetstack/cert-manager/issues/2900 **Describe the bug**: The documentation needs correction - https://cert-manager.io/docs/configuration/acme/#external-account-bindings The note section talks about using base64 to encode the key but the code actually looks for...

good first issue
priority/backlog
kind/documentation