A common mistake is assuming a wildcard certificate protects unrelated domains. It does not. A wildcard certificate only covers subdomains beneath a single parent domain, so teams with multiple brands or separate properties need a different certificate strategy. Misunderstanding that boundary can create coverage gaps and false confidence in HTTPS protection.
Why This Matters for Security Teams
wildcard ssl certificate are often treated like a convenience layer, but in multi-domain estates they are really a boundary-control problem. A wildcard only applies to subdomains under one parent zone, so the mistake is not technical syntax but ownership assumptions: one certificate does not magically extend trust across separate brands, acquisitions, or business units. That gap creates false confidence, especially when teams conflate DNS structure with security scope.
The operational risk is larger than certificate coverage alone. If teams centralise certificate handling without clear inventory, they can miss where a wildcard is deployed, who renews it, and what systems depend on it. NHIMG research on machine identity management shows that 57% of organisations lack a complete inventory of their machine identities, which makes certificate sprawl harder to govern. The issue is closely related to broader machine identity visibility challenges described in The Critical Gaps in Machine Identity Management report.
Security teams also get tripped up by assuming HTTPS means consistent trust across all properties. That is not how certificate scope works, and it is not how governance works either. The practical lesson is that certificate boundary mistakes usually surface during outages, onboarding, or acquisition cleanup, not during design reviews.
How It Works in Practice
A wildcard certificate such as NIST Cybersecurity Framework 2.0 does not cover multiple unrelated domains. It covers hostnames beneath a single apex domain, such as
*.example.com
for
api.example.com
or
login.example.com
, but not
example.net
or
brand-two.com
. In multi-domain environments, the correct pattern is usually a mix of individual certificates, SAN certificates, or domain-separated trust models, depending on operational need.
The real work is governance, not just issuance. Teams need to map each certificate to the domain it protects, identify the owner, and define lifecycle processes for issuance, renewal, rotation, and revocation. That matters because certificate expiry remains a leading outage driver in machine identity environments, and NHIMG notes that only 38% of organisations have automated certificate lifecycle management in place, a gap highlighted in The Critical Gaps in Machine Identity Management report.
- Use wildcards only where the parent domain is genuinely under one operational owner.
- Prefer separate certificates when brands, legal entities, or business units need isolated trust boundaries.
- Track certificate-to-application mapping so teams know which workloads break if a cert is replaced.
- Automate renewal and revocation checks, especially for internet-facing services.
For standards-based guidance on inventory, ownership, and least-privilege controls around machine identities, align the process with the NIST Cybersecurity Framework 2.0 and treat certificates as governed assets, not one-time infrastructure tasks. These controls tend to break down when multiple teams independently issue certificates for the same platform because ownership, renewal, and revocation responsibilities become ambiguous.
Common Variations and Edge Cases
Tighter certificate segmentation often increases operational overhead, requiring organisations to balance security isolation against renewal complexity and deployment speed. That tradeoff is real in merger environments, shared platform teams, and CDNs where domain boundaries are messy. Best practice is evolving, but there is no universal standard for when one wildcard is acceptable across organisational units versus when separate certificates are mandatory.
One common edge case is a platform that hosts many subdomains for a single brand but spans multiple infrastructure teams. A wildcard may still be acceptable if the operational domain is truly unified, but teams should not confuse that with multi-brand hosting. Another edge case involves certificate reuse across staging and production. That practice can simplify rollout, but it also expands blast radius if a private key is exposed. When the parent domain is delegated across different control planes, wildcard assumptions become especially brittle.
Security teams should also watch for hidden dependencies introduced during acquisitions or replatforming. A certificate that appears to “work everywhere” may actually be masking shadow domains or legacy DNS records. For broader identity context and why machine identities require explicit ownership, see Ultimate Guide to NHIs — What are Non-Human Identities. In practice, wildcard mistakes usually show up when a domain portfolio expands faster than the team’s certificate inventory.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Wildcards are machine identities that need clear ownership and inventory. |
| NIST CSF 2.0 | ID.AM-1 | Asset inventory is essential for tracking certificate scope across domains. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | Domain-specific trust boundaries align with least-privilege access design. |
| NIST SP 800-63 | Certificate lifecycle governance relies on strong identity proofing and binding. | |
| OWASP Agentic AI Top 10 | AI-03 | Agentic systems often amplify certificate sprawl through automated deployment. |
Control automated certificate issuance so agents cannot expand trust without approval.
Related resources from NHI Mgmt Group
- What do security teams get wrong about certificates in banking environments?
- What do security teams get wrong about workload identity in cloud and CI/CD environments?
- What do teams get wrong about certificate rotation in multi-cloud environments?
- What do security teams get wrong about vendor access in public safety environments?