
Not all SSL certificates are the same. The padlock icon in the browser means HTTPS is active, but there are significant differences in what each certificate type validates, how long they're issued for, and what they cost. Understanding these differences matters — both for choosing the right certificate and for monitoring it effectively.
An SSL/TLS certificate serves two purposes:
All certificate types provide encryption. They differ in how thoroughly the CA verifies the identity of the organisation behind the certificate.
Validation level: Proves you control the domain
Verification method: DNS record or file placed on the domain
Issued in: Minutes to hours
Cost: Free (Let's Encrypt) to ~$100/year
Best for: Blogs, personal sites, APIs, staging environments
DV certificates are the most common type. Certificate Authorities like Let's Encrypt issue them automatically by verifying that you control the domain (by checking a DNS TXT record or an HTTP file on the server). No human review of the company behind the site.
The padlock appears in browsers, but there's no additional identity information — a DV certificate only proves the site owner controls the domain, not who they are.
Monitoring consideration: Let's Encrypt DV certificates expire every 90 days and are designed for automated renewal. Automation can fail, so SSL certificate monitoring with 30-day advance warnings is important even for "auto-renewing" certificates.
Validation level: Proves organisation identity
Verification method: CA verifies legal existence, physical address, domain ownership
Issued in: 1-3 business days
Cost: ~$100-500/year
Best for: Business websites, e-commerce sites, customer portals
OV certificates involve a manual review process. The CA verifies that your organisation legally exists (checking business registration records), is at the physical address you claim, and owns the domain. This information is embedded in the certificate.
Technically, OV and DV certificates look the same in most browsers — both show a padlock. The difference is visible in the certificate details (click the padlock → Certificate → Subject), where an OV cert shows organisation details.
OV certificates are appropriate for any business site where users might check certificate details for reassurance.
Validation level: Thorough business identity verification
Verification method: CA performs extensive legal and operational checks
Issued in: 1-2 weeks
Cost: ~$200-1000+/year
Best for: Banks, financial services, high-value e-commerce
EV certificates involve the most rigorous verification — CAs check legal existence, operational status, physical address, domain ownership, and more. The organisation name was historically displayed in the browser address bar (the "green bar"), though major browsers have removed this in recent years.
For highly sensitive applications like online banking where user trust is critical, EV certificates remain the standard. Most e-commerce sites and SaaS applications use DV or OV.
Coverage: One certificate for a domain and all subdomains
Example: *.yourdomain.com covers www, api, app, mail, etc.
Cost: ~$50-300/year (wildcard Let's Encrypt certs are free)
Best for: Applications with many subdomains
A wildcard certificate covers a single domain level beneath the *:
*.yourdomain.com covers api.yourdomain.com, www.yourdomain.com, app.yourdomain.commail.app.yourdomain.com (two levels deep)For deep subdomain coverage, you need multiple wildcards or a multi-domain (SAN) certificate.
Monitoring consideration: A wildcard certificate is a single certificate monitored once, but affects all your subdomains. If it expires, every subdomain goes down simultaneously — making monitoring even more critical.
Coverage: Multiple specific domains in one certificate
Example: yourdomain.com, yourdomain.co.uk, api.yourdomain.com
Cost: Varies, typically priced per domain added
Best for: Organisations with multiple related domains
SAN (Subject Alternative Name) certificates list multiple domains explicitly. Unlike wildcards, you can include completely different domains (not just subdomains).
| Use Case | Recommended Type |
|---|---|
| Personal blog or portfolio | DV (Let's Encrypt) |
| Business website | OV |
| SaaS application | DV or OV |
| API service | DV (Let's Encrypt) |
| Banking / financial services | EV |
| Multiple subdomains | Wildcard DV |
| Multiple domains | SAN / multi-domain |
Certificate validity periods vary by type:
The short lifespan of Let's Encrypt certificates is intentional — it forces automation, which reduces the risk of forgetting to renew. But automation isn't perfect.
Monitoring alerts to configure:
These thresholds give you enough time to renew manually if automation fails, without constant noise. The full monitoring setup is in SSL certificate monitoring.
An expired SSL certificate causes browsers to show a full-page security warning (NET::ERR_CERT_DATE_INVALID in Chrome), blocking most users from accessing your site. For users who proceed past the warning (requiring multiple clicks), all data is still encrypted — but the experience is essentially equivalent to an outage.
Domain Monitor monitors SSL certificate expiry alongside domain expiry and HTTP uptime, giving you advance warning before any certificate becomes a problem.
Monitor all your SSL certificates — DV, OV, EV, and wildcard — at Domain Monitor.
Generative AI creates new content — text, images, code, and more. This guide explains how it works, what tools are available, and where it's genuinely useful versus overhyped.
Read moreCursor AI is an AI-powered code editor built on VS Code. Learn what it does, how it works, and whether it's the right tool for your development workflow.
Read moreClaude Opus is Anthropic's most capable AI model, built for complex reasoning and demanding tasks. Learn what it does, how it compares, and when to use it.
Read moreLooking to monitor your website and domains? Join our platform and start today.