Questions tagged [cert-manager]

13 questions
3
votes
1 answer

Kubernetes Nginx Ingress and cert-manager Waiting for HTTP-01 challenge propagation: wrong status code '401', expected '200'

I'm having issues with my rapberry pi kubernetes implementation Problem: I have cert-manager letsencrypt ACME challenge waiting due to a 401 error code on bare metal kubernetes install. Setup Platform: Raspberry Pi 4 OS: Ubuntu Server 20.04.3 LTS 64…
Llewyn S
  • 31
  • 5
2
votes
1 answer

Deleting all instances of resource type across multiple/all Kubernetes namespaces

I'm trying to uninstall and reinstall cert-manager on our Kubernetes clusters. Their uninstall docs mention: Before continuing, ensure that all cert-manager resources that have been created by users have been deleted. You can check for any existing…
1
vote
1 answer

How to Delete CRL Files in Local Cert Store

I need to import CRL files to a Bastion server that is not part of my environments domain. The CRL files are updated every few days so a new copy needs to be imported to the local cert store on the Bastion frequently. I noticed when I do a fresh…
jrd1989
  • 628
  • 10
  • 35
1
vote
1 answer

Kubernetes Cert-Manager Expired Certificates

I inherited a GKE Kubernetes environment and have been trying to figure this out for days but unfortunately just don't know what to try next. The cluster is setup to use cert-manager (installed via helm) to apply Let's Encrypt certificates to the…
1
vote
0 answers

AKS Certificate Manager upgrade w/ namespace change - Wrong cert-manager hook ID

Recently, we changed uninstalled our cert manager and reinstalled it into a new namespace. There were no issues with the uninstall / reinstall of the cert manager. When we tried to create a new certificate issuer, the cert manager is unable to…
Brennan Mann
  • 133
  • 1
  • 3
1
vote
1 answer

check that a DNS record exists for this domain

I have the following ingress manifest file: apiVersion: extensions/v1beta1 kind: Ingress metadata: namespace: fsm name: fsm labels: app: fsm annotations: kubernetes.io/ingress.class: nginx …
DobreMihaela
  • 41
  • 1
  • 6
0
votes
1 answer

ALB Ingress fails to start due to 'no certificate for host *'

I am using cert-manager with my EKS cluster to generate Lets Encrypt certificates for my ALB. While the certificate is generated just fine, the Ingress cannot find it and fails to start the ALB with the error Failed build model due to ingress:…
reayn3
  • 101
0
votes
1 answer

Kubernetes Nginx Ingress could not load custom certificate from cert-manager

I am using cert-manager with this custom wildcard certificate apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-myapp-issuer spec: acme: server: https://acme-v02.api.letsencrypt.org/directory email:…
Rodrigo
  • 13
  • 6
0
votes
1 answer

How do you resolve to both public and private zones in a Split-Horizon DNS (using GCP Cloud DNS)?

We're using GCP and Cloud DNS to manage our domain and I'm trying to solve for these use cases: Have private records for things like Databases that can only be resolved within the company network (our VPC). Override public records with private IPs…
0
votes
1 answer

Kubernetes Nginx Ingress with Cert Manager and letsencrypt does not allow wildcarts in domain names

I have a self-hosted Kubernetes cluster with an Nginx Ingress. Cert-manager is also running on the cluster, with which I try to get valid SSL certificates using Letsencrypt. It all works and I get a valid certificate for example.com, www.example.com…
0
votes
1 answer

How do you use wazuh with cert-manager in kubernetes?

The wazuh kubernetes install instructions uses self signed certificates. Is there a way to use cert-manager/LetsEncrypt certificates instead?
0
votes
1 answer

Retrieve and install pending certificate by PowerShell

I am requesting a certificate that must be approved by the CA administrator. When I make the request, it appears in the CA pending request folder and I right click to issue the certificate. In client machine I want doing by PowerShell what I do in…
0
votes
1 answer

How do I have to configure certmanaager when using a gitlab managed cluster?

I use a scaleway kubernetes cluster v1.21.1 managed by gitlab. To do this, I created a Cluster Management Project with the default template. https://docs.gitlab.com/ee/user/clusters/management_project_template.html (only ingress & certmanager…