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:
www.skgk8s.com
I ran this command:
kubectl create certificate
followed by
kubectl describe challenge
apiVersion: cert-manager.io/v1alpha3
kind: Certificate
metadata:
name: test
namespace: default
spec:
secretName: test-tls
issuerRef:
name: letsencrypt-staging
dnsNames:
It produced this output:
Accepting challenge authorization failed: acme: authorization error for skgk8s.com: 400 urn:ietf:params:acme:error:dns: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.skgk8s.com - check that a DNS record exists for this domain
My web server is (include version):
i don’t have a web server yet.
The operating system my web server runs on is (include version):
i have no web server. i am trying to create certificate
My hosting provider, if applicable, is:
Google
I can login to a root shell on my machine (yes or no, or I don’t know):
Yes
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):
Google Cloud DNS
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot):
I am using Kubernetes CERT Manager version v0.16.1