TL;DR: SSL/TLS certificates authenticate public keys, encrypt client-server traffic, and underpin HTTPS trust signals such as browser padlocks and certificate validation, according to DigiCert. The practical issue is not whether the protocol exists, but whether teams can maintain certificate lifecycle discipline before expiry, misissuance, or trust failures erode access and confidence.
At a glance
What this is: This is a plain-language explanation of SSL/TLS certificates, how the handshake works, and why certificate validity remains central to secure web communications.
Why it matters: It matters because certificate management sits at the intersection of IAM, NHI, and trust operations, where expiry, validation failure, or misconfiguration can break access and undermine assurance across programmes.
By the numbers:
- The most current version of TLS is version 1.3, which was released in 2018.
👉 Read DigiCert's explanation of SSL/TLS certificates and HTTPS trust
Context
SSL/TLS certificates are the identity layer that lets browsers and servers prove who they are before they exchange data. For security and governance teams, the question is not just encryption, but whether certificate lifecycle control keeps pace with the way domains, subdomains, and trust anchors are actually used.
This matters to identity programmes because certificates are credentials, not just infrastructure artefacts. When validation fails, a certificate expires, or a trusted authority cannot be verified, the result is an access and trust problem that touches web identity, workload identity, and operational continuity.
Key questions
Q: How should security teams manage SSL/TLS certificate lifecycle risk?
A: They should treat certificates as governed credentials with ownership, renewal, revocation, and validation responsibilities. The practical baseline is a complete inventory, automated expiry monitoring, and clear escalation before service interruption. Without that, certificate expiry and trust failures become avoidable access incidents rather than routine maintenance issues.
Q: Why do wildcard certificates increase operational risk?
A: Wildcard certificates increase risk because one private key can authenticate many first-level subdomains. That expands the impact of a key leak, misissuance, or renewal error across multiple services. Teams should use them only when the operational benefit outweighs the larger blast radius and stronger key management burden.
Q: How do browser certificate warnings affect identity governance?
A: Browser warnings are the user-facing proof that trust validation failed, which makes them an identity governance problem as much as a technical one. They indicate that the certificate chain, expiry state, or issuing authority no longer meets the browser’s trust rules, and they can block access outright.
Q: What is the difference between certificate scope and certificate validity?
A: Certificate scope defines which domains or subdomains a certificate can authenticate, while validity defines whether the certificate is currently trusted and usable. A certificate can be valid but too broad, or correctly scoped but expired. Both dimensions must be governed because each creates a different failure mode.
Technical breakdown
How the SSL/TLS handshake establishes trust
The handshake is the protocol sequence that lets a client verify a server and then negotiate shared session keys. The server presents its certificate, the client checks the certificate chain and validity, and both sides derive symmetric session keys for the rest of the connection. Asymmetric cryptography protects the exchange of secrets, while the session itself uses faster symmetric encryption. The important governance point is that trust depends on both certificate state and validation state, not merely on having encryption enabled.
Practical implication: inventory certificate chains and validation paths, not just encrypted endpoints.
HTTPS, certificate validation, and browser trust signals
HTTPS is simply HTTP carried over TLS. The browser padlock, certificate details, and trust warnings are user-facing evidence of whether identity checks succeeded. When the browser cannot validate the certificate, users see a trust failure rather than a networking issue. That failure can stem from expiry, an unknown root, self-signed certificates, or chain misconfiguration. In other words, certificate identity is operationally visible to end users, which makes certificate governance a service assurance issue as well as a security issue.
Practical implication: treat browser trust errors as identity incidents, not cosmetic warnings.
Certificate types and scope shape identity blast radius
Single-domain, wildcard, and multi-domain certificates define different trust scopes. A single-domain certificate binds one domain and its subdomain hierarchy, while a wildcard extends trust to all first-level subdomains and a multi-domain certificate spans several named domains. That scope affects the blast radius if a private key is exposed or a certificate is mismanaged. The broader the scope, the more systems depend on one identity object. Governance should therefore account for certificate scope as a risk multiplier, especially in distributed estates.
Practical implication: map certificate scope to key management, renewal, and revocation controls.
NHI Mgmt Group analysis
Certificate lifecycle is identity governance, not just infrastructure hygiene. SSL/TLS certificates function as cryptographic identities for web properties and services, which means expiry, trust chain failure, and weak issuance practices become governance failures when unmanaged. In NHI terms, a certificate is a credential with lifecycle obligations, not a passive configuration file. The practitioner takeaway is that certificate ownership, renewal, and revocation belong in identity operations, not only in network or web teams.
Scope is the hidden risk variable in certificate management. The article’s distinction between single-domain, wildcard, and multi-domain certificates shows that one credential can cover very different trust surfaces. That is a classic identity blast radius problem: the broader the scope, the more systems fail together when the certificate, its private key, or its issuing path becomes compromised. The practitioner implication is to treat certificate scope as an access-design decision, not a procurement detail.
Browser trust errors are a governance signal, not a user nuisance. Expired certificates, untrusted authorities, and invalid chains all surface to users as blocked access or warning states. That means certificate governance directly affects service availability, customer trust, and business continuity. In practice, teams should not separate certificate operations from identity assurance, because the browser is already enforcing the trust decision for them.
SSL terminology persists, but TLS is the current operational reality. The article reflects a common naming habit where SSL is used as shorthand even though TLS is the active protocol family. That matters because governance discussions often lag implementation realities, and stale terminology can hide where controls actually need to be maintained. Practitioners should align policy language, tool naming, and operational runbooks to TLS, while keeping the legacy SSL label in historical context only.
From our research:
- Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, compared to nearly 1 in 4 for securing human identities, according to The State of Non-Human Identity Security.
- Only 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, with 38% reporting no or low visibility, according to The State of Non-Human Identity Security.
- For the lifecycle angle, NHI Lifecycle Management Guide is the next step for teams building ownership, renewal, and offboarding discipline around machine credentials.
What this signals
Identity teams should expect certificate governance to converge with broader credential lifecycle management. As SSL/TLS certificates behave more like managed identities, ownership and renewal workflows need the same operational discipline as other credential types. That shift is already visible in NHI programme design, where certificate scope and validity are no longer treated as isolated admin tasks.
With only 1.5 out of 10 organisations highly confident in securing NHIs, the confidence gap is structural rather than tactical, and certificate management sits inside that gap. Teams that still separate web certificate operations from identity governance will keep discovering trust failures only when users do.
Certificate scope debt: broader certificates concentrate identity risk into fewer objects, which means the renewal calendar is not the only issue. Practitioners should pair scope review with ownership review and validate whether wide certificates are truly needed in the current service topology.
For practitioners
- Track certificate ownership and expiry dates Maintain a complete inventory of certificates, issuers, domains, and renewal dates so no service depends on an unmanaged trust object. Tie ownership to a named team and escalation path.
- Limit wildcard and multi-domain scope where possible Use broader-scope certificates only where the operational need is clear, because one compromised key can affect many services at once. Review whether subdomain coverage is actually required.
- Treat trust warnings as incidents Investigate expired certificate, untrusted authority, and chain validation errors as service-affecting identity events. Include browser trust failures in monitoring and response runbooks.
- Align certificate governance with identity lifecycle processes Fold certificate issuance, renewal, reissue, and revocation into the same governance model used for other credentials so lifecycle obligations are not fragmented across teams.
Key takeaways
- SSL/TLS certificates are credentials with lifecycle obligations, so expired or misvalidated certificates are identity failures, not just configuration issues.
- Certificate scope changes blast radius, which means wildcard and multi-domain certificates require tighter ownership and key management than single-domain certificates.
- Teams should integrate certificate inventory, renewal, and trust monitoring into identity operations before browser warnings turn into access outages.
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 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-03 | Certificate expiry and revocation are core NHI lifecycle concerns. |
| NIST CSF 2.0 | PR.AC-1 | Certificate validation is a core access control dependency for trusted communications. |
| NIST Zero Trust (SP 800-207) | PR.AC-4 | TLS certificates support continuous verification in zero trust architectures. |
Use certificate governance to support least-privilege access and authenticated session establishment.
Key terms
- Certificate Lifecycle: The set of processes that govern a certificate from issuance through renewal, reissue, rotation, and revocation. In identity terms, it is the operational control plane for a cryptographic credential, and weak lifecycle handling turns a valid certificate into an outage or trust exposure.
- Certificate Chain: The linked sequence of trust relationships that lets a browser or client verify a certificate back to a trusted root authority. If any link in the chain fails, the certificate may be treated as untrusted even when the endpoint itself is correctly configured.
- Wildcard Certificate: A certificate that covers a primary domain and all of its first-level subdomains. It simplifies administration, but it also increases blast radius because one key and one trust object can authenticate many services, making key protection and scope review especially important.
- TLS Handshake: The negotiation sequence that lets a client and server authenticate each other and agree on session keys before encrypted communication begins. It is the moment when trust is established, which means certificate validity, chain integrity, and protocol support all matter immediately.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
This post draws on content published by DigiCert: SSL/TLS Certificate: What is it and Why You Need One. Read the original.
Published by the NHIMG editorial team on 2026-06-17.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org