Closed depfryer closed 5 hours ago
*home.domain.com
isn't really a valid CN; wildcards have to be their own label.
That's about all the help I can give, since the domain seems to have been redacted, I can't actually look into what the issue may be.
In any case, this doesn't appear to be a bug in the Cloudflare module. Please ask your questions on our forum and we'll be able to help you with more eyes on it. (Fill out the help template.)
hi, i found what i was doing wrong i added a dns record A *.home.max97.eu to my internal IP and the caddyfile look like this
(tls_cloudflare) {
tls {
dns cloudflare {
zone_token {env.CF_ZONE_TOKEN}
api_token {env.CF_API_TOKEN}
}
}
}
*.home.domain.com {
import tls_cloudflare
# Grafana
@grafana {
host grafana.home.domain.cm
}
handle @grafana {
reverse_proxy 192.168.1.230:3000
}
....
Hi, I'm encountering an issue with obtaining a Let's Encrypt SSL certificate for the subdomain grafana.home.max97.eu while using Caddy in a rootless Docker environment. The error logs indicate that there are "no valid A records found" for the subdomain, despite having configured an A record pointing to a private IP address (192.168.1.231).
Current Configuration:
Logs:
but if i do my config like this:
it's working pretty much perfectly (ask for a lot of certificat because i have a lot of subdomain) but if i take a look at ma cert i have
commun Name(CN) *home.domain.com
logs
version
thanks you