Certificate renewal using cert-manager on kubernetes cluster

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: s2p.jenkins.opuscapita.com

I ran this command: since we are running kubernetes cluster and have installed cert-manager to manage the certificate, I am not sure how to run the command.

It produced this output: NA

My web server is (include version): cloudbee jenkins v190

The operating system my web server runs on is (include version): AKS Linux

My hosting provider, if applicable, is: Azure

I can login to a root shell on my machine (yes or no, or I don’t know): no

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you’re using Certbot):N

Hi @amit9876,

What version of cert-manager are you using?

What issue are you running into?

Can you post the configurations related to the following commands?

kubectl get issuers.cert-manager.io -n ${NAMESPACE}
kubectl get certificates.cert-manager.io -n ${NAMESPACE}
kubectl get ingress -n ingress

Hello,

My certificate for nginx controller is expired after 90 days and I would like to know the steps to renew it on Azure Kubernetes cluster .

I have provisioned the certificate for domain
**s2p-jenkins.opuscapita.com ** which is pointing to ingix ingress controller LB on Kubernetes cluster.

image002.png

image003.png

image004.png

image005.png

image006.png

image007.png

image008.png

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.