Reference guide · dns-ssl · Published 2026-08-16 · 4 min read

Multiple domains on one SAN SSL certificate

SAN (multi-domain) SSL certificates explained: which names one cert covers, wildcard limits, and the renewal gotchas.

Flat editorial illustration showing a globe of orbiting nodes resolving into a key and shield form, dotted resolution paths converging.
Illustration: this article at a glance.

What a SAN certificate covers

A SAN (Subject Alternative Name) certificate is an X.509 certificate that lists more than one name in its subjectAltName extension. Every name in that list is a valid name for the certificate: the same key pair covers example.com, www.example.com, shop.example.com, and often a completely unrelated domain like example.info. The alternative is a single-name certificate, which proves identity for exactly one name.

The practical reason SAN certs exist: the browser verifies the subjectAltName against the URL, and a cert with your site and its variants in one bundle covers a small family cheaply.

ScenarioOne SAN certOne cert per name
example.com + www.example.comFull family on one certTwo certs, two renewals
Related subdomains blog, shopOne SAN, one renewalSeparate maintenance
A wildcard *.example.comSee wildcards belowWildcard plus a non-wild per name
Unrelated domainPossible but messyStronger isolation

How the names get in

You order the certificate with the exact names as subjectAltName entries. The names must be the absolute names you serve; a SAN does not auto-include the bare domain when you list www.example.com (you add both). This is why the www vs non-www decision is made before ordering a cert, and why a cert issued for one site name will not validate the bare domain.

Wildcard SANs exist: *.example.com in subjectAltName covers every one-level subdomain but not the apex (example.com itself) and not a second level (blog.sub.example.com). For a defined set, a SAN listing example.com, www.example.com, and shop.example.com is precise; a wildcard is usually about whole subdomain families you cannot enumerate in advance.

One SAN vs one cert per domain

The reason people split:

The case where a single SAN genuinely wins is a stable small set on one host with identical TLS configuration, because one renewal refreshes all names at once. Every other system line (tenant-agnostic hosting, wildcard subdomains that appear on demand, strict isolation) points at one cert per logical site.

Gotchas

Renewal and propagation for a SAN is identical to any cert but multiplied by the domain list: if a listed domain's DNS changes, the renewal can fail for the whole certificate. The record types reference keeps the affected names in one view while certificate types positions SAN against single and wildcard for the decision.

Need a website built, fixed, optimised, migrated or replaced?

This technical resource is written by CSMBAC, a small design and development studio. If you would rather hand the problem to a professional, the website service page explains how we build enquiry-ready websites.

Explore website services