Files
wild-cloud/docs/guides/troubleshoot-tls-certificates.md
2025-08-31 14:30:09 -07:00

532 B

Troubleshoot TLS Certificates

If services show invalid certificates:

  1. Check certificate status:

    kubectl get certificates -A
    
  2. Examine certificate details:

    kubectl describe certificate <cert-name> -n <namespace>
    
  3. Check for cert-manager issues:

    kubectl get pods -n cert-manager
    kubectl logs -l app=cert-manager -n cert-manager
    
  4. Verify the Cloudflare API token is correctly set up:

    kubectl get secret cloudflare-api-token -n internal