Network Security
Wildcard Certificate
Also known as: Wildcard TLS certificate
Definition
An X.509 certificate whose subject name uses an asterisk to cover any single label under a given domain, such as *.example.com.
Examples
- *.example.com used to terminate TLS for blog.example.com, shop.example.com and api.example.com.
- A SaaS platform issuing a single *.tenants.example.com wildcard for all customer subdomains.
Related terms
X.509 Certificate
A standard structure for a digital certificate that binds a public key to an identity through a signature from a trusted certificate authority.
TLS (Transport Layer Security)
TLS (Transport Layer Security) — definition coming soon.
HTTPS
HTTPS — definition coming soon.
Certificate Authority (CA)
A trusted entity that issues and signs digital certificates, binding cryptographic public keys to verified identities such as domain names or organisations.
Public Key Infrastructure (PKI)
The combined system of policies, software, hardware and trusted authorities used to issue, distribute, validate and revoke digital certificates that bind identities to public keys.
Extended Validation Certificate
A TLS certificate issued only after a CA performs a strict, standardised verification of the legal identity, physical existence and authority of the requesting organisation.