My domain is: https://bizid-test.skyc.cloud/
I ran this command: kubectl get certs
It produced this output:
NAME READY SECRET AGE
bizid-test-tls-secret False bizid-test-tls-secret 97d
Running kubectl describe challenges:
References a URL which returns a pending state:
and then error:
Reason: Waiting for HTTP-01 challenge propagation: wrong status code '404', expected '200'
Using cert-manager.io as the ClusterIssuer
What I want to know is if there is a way I can refresh the cert instead of creating a new one, I have been making changes to my deployment/ingress.yaml files but I want to register the changes with the certificates. There doesn't seem to be a kubectl command for it.