Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/content/docs/dns/troubleshooting/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,10 @@ For example, if you need to resolve `example.com` through Cloudflare in your loc
```txt
example.com CNAME example.com.cdn.cloudflare.net
```

---

## Why am I seeing the warning `This hostname is not covered by a certificate` even if I have a custom certificate?

If the [custom certificate](/ssl/edge-certificates/custom-certificates/) has been in place before our new certificate management pipeline, this warning is displayed but can be discarded.
The warning will be gone when you upload a new custom certificate, or start using another type of certificate for this hostname.
Loading