What Is Wildcard SSL Certificate?
A wildcard SSL certificate secures a domain and all its subdomains with a single certificate. It uses an asterisk (*) as a placeholder — for example, *.example.com covers www.example.com, blog.example.com, shop.example.com, and any other subdomain.
Why It Matters
Without a wildcard certificate, you need a separate SSL certificate for each subdomain. If you’re forwarding www.example.com, blog.example.com, shop.example.com, and app.example.com — that’s four certificates to manage. A wildcard certificate covers them all with *.example.com.
How Wildcard Certificates Work
| Certificate | Covers | Doesn’t Cover |
|---|---|---|
*.example.com | www.example.com, blog.example.com, anything.example.com | example.com (apex), a.b.example.com |
example.com | example.com only | Any subdomain |
| SAN cert | Explicitly listed domains | Anything not listed |
Important: A wildcard certificate for *.example.com does not cover the apex domain example.com itself. You typically need both *.example.com and example.com on the same certificate.
Wildcard Certificates and Forwarding
Wildcard certificates pair with wildcard forwarding — where any subdomain of your domain gets forwarded:
*.old-brand.com → new-brand.com
This requires:
- A wildcard DNS record pointing to the forwarding server
- A wildcard SSL certificate on the forwarding server
- Forwarding logic to handle all incoming subdomains
Domain Forward handles all three automatically when you enable wildcard forwarding.
Related Terms
Related Features
Frequently
asked questions
Domain Forward can use either individual or wildcard certificates depending on the configuration. For domains with wildcard forwarding enabled, a wildcard certificate covers all subdomains automatically.
No. *.example.com covers one level: blog.example.com, shop.example.com. It does NOT cover multi-level subdomains like blog.us.example.com. You'd need a separate certificate for *.us.example.com.
Still Confused? Try It Free.
Set up your first domain forward in under 5 minutes. Free plan includes 5 domains.