Wildcard SSL

Protocols & Standards
An SSL certificate that secures a domain and all its first-level subdomains with a single certificate.
← Back to Glossary

What is Wildcard SSL?

Wildcard SSL is a type of SSL/TLS certificate that secures a primary domain and all its first-level subdomains using a single certificate with an asterisk (*) wildcard character in the common name field.

How Wildcard SSL Works

Certificate TypeCoverageExample
Standard SSLSingle domain onlyexample.com
Wildcard SSLDomain + all first-level subdomains*.example.com
Multi-Domain (SAN)Specified domains onlyexample.com, example.net
Multi-Domain WildcardMultiple wildcard domains*.example.com, *.example.net
Wildcard Certificate: *.example.com

Covers:

├── www.example.com ✓

├── blog.example.com ✓

├── shop.example.com ✓

├── api.example.com ✓

├── mail.example.com ✓

└── [any].example.com ✓

Does NOT cover:

├── example.com ✗ (root domain - needs separate entry)

├── dev.api.example.com ✗ (second-level subdomain)

└── *.*.example.com ✗ (nested wildcards not supported)

Validation Levels

LevelVerificationIssuance TimeUse Case
Domain Validation (DV)Domain control onlyMinutesBasic encryption
Organization Validation (OV)Business verification1-3 daysBusiness websites
Extended Validation (EV)Full vetting1-2 weeksNot available for wildcards

Cost Comparison

Certificate TypeAnnual Cost RangeCoverage
Single Domain DV$0-501 domain
Wildcard DV$50-200Unlimited subdomains
Single Domain OV$50-2001 domain
Wildcard OV$200-500Unlimited subdomains

Best Practices

1. Secure private keys: Wildcard certificates require extra key protection since compromise affects all subdomains

2. Consider separate certificates: For high-security subdomains, use dedicated certificates

3. Include root domain: Request SAN entry for base domain (example.com) with wildcard

4. Use certificate automation: Implement ACME/Let's Encrypt for automatic renewal

5. Limit distribution: Deploy to minimum necessary servers to reduce exposure

Common Use Cases

Wildcard SSL certificates simplify certificate management for organizations with many subdomains while providing consistent HTTPS encryption across all services.

Put This Knowledge to Work

Use DomScan's API to check domain availability, health, and more.