certs icon indicating copy to clipboard operation
certs copied to clipboard

A Let's Encrypt certificates manager for Kubernetes

Results 11 certs issues
Sort by recently updated
recently updated
newest added

Updates all the namespaces which are no longer supported in Kubernetes 1.22, **with no effort made to maintain backwards compatibility**. Fixes #51. If anyone tries to use these, note that...

On my AKS cluster, requests to the k8s api sometimes timeout. Currently, the behavior of a timeout loading the conf secret results in generating a new cert without the previous...

The URI to the `ingresses` API is hard-coded to `/apis/extensions/v1beta1` here: https://github.com/math-nao/certs/blob/master/scripts/certs.sh#L174 This is deprecated and removed in K8S 1.22. To continue to work with 1.22, it should be changed...

enhancement

Currently it is possible to use either a single namespace or all namespaces. I'd like to use certs to manage the certificates in a list of namespaces. That would be...

enhancement

With Certs i can use acme.sh for a lot of dns providers which are not being coverd with cert-manager, what is really great. I did specify the env value for...

For example, https://www.getambassador.io/ does not create ingress just a service. It would be great to support it.

enhancement

I implemented the following feature and this branch is working well on my cluster, serving more than 10 ingresses across namespaces: - Multi-domain support - ECC certificate support - Cluster...

Relatively new to kuberenetes and I am using istio with gateways. Having issues getting cert-manager to work with GoDaddy and found this repo. But I am not sure if the...

enhancement

Not sure how to help with this one. I believe renew of certs used to work. I have recently added more domains and I am wondering if that has caused...

Hello, the log gives an error code 6, which indicates that **CURLE_COULDNT_RESOLVE_HOST (6)** ```bash [Sat Jun 24 19:23:50 UTC 2023] GET [Sat Jun 24 19:23:50 UTC 2023] url='https://acme-staging-v02.api.letsencrypt.org/directory' [Sat Jun...