SSL Certificates: What They Are and Why You Need One

Every time someone types a web address and sees a small padlock appear beside it, an SSL certificate is quietly doing its job. That padlock is one of the most recognised trust signals on the internet, yet most people never think about the technology behind it until something goes wrong. A certificate that has expired, been misconfigured, or never installed at all can turn a confident visitor into a hesitant one in a matter of seconds, and modern browsers make sure they notice.

This guide explains what an SSL certificate actually is, what it protects, the different types available, and the maintenance habits that keep your site secure and trusted over the long term. Whether you run a small brochure site or a busy online store, understanding certificates is one of the foundational pieces of ongoing website maintenance that protects both your reputation and your visitors.

What an SSL certificate actually is

SSL stands for Secure Sockets Layer, the original protocol that introduced encrypted connections to the web. The technology has since evolved into TLS, or Transport Layer Security, but the term "SSL certificate" stuck and is still used almost universally. When you hear someone talk about an SSL certificate today, they are almost always referring to a TLS certificate. The naming is a small piece of history rather than a meaningful technical distinction.

At its core, an SSL certificate is a small data file installed on your web server. It contains a public key and verified information about your website's identity, such as the domain name it covers and, depending on the certificate type, details about the organisation that owns it. When a browser connects to your server, the certificate is presented as part of an initial handshake. The browser checks that the certificate is valid, issued by a trusted authority, and matches the domain being visited. Only then does it establish an encrypted channel.

Encryption, authentication, and integrity

A certificate does three jobs at once, and it helps to think of them separately. The first is encryption: data travelling between the visitor's browser and your server is scrambled so that anyone intercepting it sees meaningless noise rather than readable information. The second is authentication: the certificate proves that visitors are genuinely connected to your site and not an impostor sitting in the middle. The third is integrity: the protocol detects if data is tampered with in transit, so a malicious party cannot quietly alter what is sent or received.

Without these protections, information such as login credentials, contact form submissions, and payment details would travel across the internet in plain text. On a shared or public network, that data could be captured with relatively little effort. Encryption closes that gap and is the reason HTTPS has become the default expectation for every site, not just those handling sensitive transactions.

Free, automated, and trusted
A nonprofit certificate authority now issues certificates at no cost, helping make HTTPS the default across a large share of the modern web.
Source: Let's Encrypt

Why HTTPS matters for every site

It is tempting to assume that encryption only matters for online shops or banks. In reality, HTTPS has become a baseline requirement for credibility, search performance, and access to modern browser features. A site served over plain HTTP is increasingly treated as an exception rather than the norm, and that has real consequences for how visitors and search engines perceive it.

Trust signals and the browser warning

Browsers display a padlock for secure connections and flag insecure pages with a clear "Not secure" label in the address bar. For a first-time visitor who has no prior relationship with your brand, that warning can be enough to abandon the page before reading a single line. The padlock does not guarantee a site is trustworthy in every sense, but its absence is a strong negative signal that most users have learned to avoid.

Search visibility and modern features

Search engines have treated HTTPS as a ranking signal for years, and while it is one factor among many, it reinforces the broader pattern: secure sites are the expected standard. Beyond ranking, many modern browser capabilities such as service workers, geolocation, and certain media features are only available over secure connections. If you ever plan to add progressive web app behaviour or richer functionality, a valid certificate is a prerequisite. Security and performance go hand in hand, which is why it sits alongside topics like website speed and Core Web Vitals in any serious maintenance plan.

The main types of SSL certificate

Not all certificates are created equal. They differ in how much identity validation the issuing authority performs and in how many domains or subdomains they cover. Choosing the right type depends on the nature of your site and the level of assurance you want to present to visitors.

Common certificate types compared
Type Best suited for
Domain Validated (DV) Blogs, brochure sites, and most small business pages that need encryption quickly.
Organisation Validated (OV) Businesses wanting verified organisation details attached to the certificate.
Extended Validation (EV) Organisations needing the highest level of identity vetting.
Wildcard / Multi-domain Sites covering many subdomains or several domains under one certificate.

Domain Validated certificates

DV certificates are the most common and the quickest to obtain. The issuing authority simply confirms that you control the domain, usually through an automated check, and issues the certificate within minutes. They provide exactly the same strength of encryption as more expensive options. The difference is purely in the level of identity verification, not in how securely data is protected in transit.

Organisation and Extended Validation

OV and EV certificates involve additional vetting of the business behind the domain. The certificate authority confirms that your organisation is real and legitimately registered before issuing the certificate. This extra assurance can matter for larger organisations and those in regulated sectors, though for everyday sites the practical browser experience is now very similar across types.

Wildcard and multi-domain coverage

If your site uses several subdomains, such as a blog, a shop, and a help centre on separate hosts, a wildcard certificate can cover them all with a single file. Multi-domain certificates extend this idea to entirely separate domains. These reduce administrative overhead but require careful management because a single expiry affects everything they protect.

How certificates are issued and installed

Obtaining a certificate begins with generating a certificate signing request on your server, which produces a private key that never leaves your environment and a public request sent to a certificate authority. The authority validates your request according to the certificate type, then issues the signed certificate. You install it on your server, configure HTTPS, and ideally set up an automatic redirect so that anyone arriving over plain HTTP is moved to the secure version.

Many hosting providers now automate this entire process. With one click or even by default, they provision and renew certificates on your behalf, removing most of the manual work. Understanding what your host handles automatically is an important part of choosing where to host, which is why it connects closely to how website hosting works. If your host does not automate certificates, you take on the responsibility yourself, and that makes renewal discipline far more important.

90-day lifespans
Modern automated certificates are issued with short validity periods, which makes automatic renewal essential rather than optional.
Source: Let's Encrypt

Renewal, expiry, and ongoing maintenance

A certificate is not a one-time purchase you can forget about. Every certificate has an expiry date, and once it passes, browsers will block the connection with a full-page warning that few visitors will click past. An expired certificate can take a perfectly healthy site offline in the eyes of your audience, even though the server itself is running normally. This is one of the most avoidable causes of lost trust and lost revenue.

Automating renewal

The safest approach is automation. Tools and hosting platforms can renew certificates well before they expire and reload the server configuration without any manual intervention. Where automation is in place, your job shifts to monitoring: confirming periodically that renewals are succeeding and that no certificate is quietly approaching its deadline. Where automation is not available, calendar reminders set comfortably ahead of the expiry date are the minimum safeguard.

Avoiding mixed content

Installing a certificate is only half the work. If your pages still load images, scripts, or stylesheets over plain HTTP, browsers flag the page as having mixed content and may break the padlock or block resources entirely. Auditing your pages to ensure every resource loads over HTTPS is a necessary step after migration. This kind of attention to detail is part of the broader discipline covered in our website security basics guide.

Where SSL fits in the bigger picture

A certificate protects data in transit, but it is one layer in a larger security and maintenance routine. Keeping software patched, monitoring uptime, and understanding how your site behaves under load all sit alongside it. If you are building out a complete maintenance routine, our overview of why software updates matter and our guide to uptime and monitoring extend the same thinking into other areas. For sites that also depend on understanding visitor behaviour, pairing security with data analytics gives a fuller view of how your site performs.

Frequently asked questions

Is an SSL certificate the same as TLS?+
In everyday usage, yes. SSL was the original protocol and TLS is its modern successor. The term "SSL certificate" persists out of habit, but the certificates issued today use TLS for the actual encrypted connection.
Do I need a paid certificate?+
For most sites, no. Free certificates from automated authorities provide the same encryption strength as paid options. Paid certificates add organisation validation and support, which can matter for larger or regulated businesses.
What happens when a certificate expires?+
Browsers display a full-page security warning and block access until the certificate is renewed. The site is technically still running, but most visitors will not proceed past the warning, so it effectively appears offline.
Does HTTPS slow my site down?+
No meaningful slowdown in practice. Modern protocols and hardware make the encryption overhead negligible, and HTTPS is required to use faster modern transport protocols, so it often improves performance rather than harming it.
Can one certificate cover my whole site?+
A standard certificate covers a single domain. Wildcard certificates cover all subdomains of one domain, and multi-domain certificates can cover several separate domains, letting one file protect a more complex setup.

References

  1. Let's Encrypt, How It Works and Certificate Lifetimes — letsencrypt.org
  2. Cloudflare Learning Center, What is an SSL Certificate? — cloudflare.com/learning

A valid, well-maintained certificate is a small piece of infrastructure with an outsized impact on trust. To see how it fits within a full care routine, explore our website maintenance services, or get in touch to talk through your specific setup.

Back to blog