What is a certificate?

What is a certificate, why do they expire, and what could happen when they do?
161 readers like this.
question mark in chalk

TeroVesalainen via Pixabay CC0

Certificates, it turns out, are important.  Expired certificates can cause you huge problems - that's what the stories in the news are telling us. But what is a certificate, why do they expire, and why would that have such a big impact? To answer these questions, let's step back a bit and look at why you need certificates in the first place.

Let's assume that two people, Alice and Bob, want to exchange secret information. Let's go further, and say that Bob is really Bobcorp, Alice's bank, and she wants to be able to send and receive her bank statements in encrypted form. There are well-established ways to do this, and the easiest way is for them to agree on a shared key they will use to both encrypt and decrypt each other's messages. How do they agree on this key? Luckily, there are some clever ways in which they can manage a "handshake" between the two of them, even if they've not communicated before, which ends in both having a copy of the key without the chance of anybody else getting hold of it.

The problem is that Alice can't be sure that she's actually talking to Bobcorp (or vice versa). Bobcorp probably doesn't mind at this point, because he can ask Alice to provide her login credentials, which will allow him to authenticate her. But Alice really does care: she certainly shouldn't be handing her login details to somebody—let's call her "Eve"—who's just pretending to be Bob.

The solution to this problem comes in two parts: certificates and certificate authorities (CAs). A CA is a well-known and trusted party with whom Bobcorp has already established a relationship, typically by providing company details, website details, and the like. Bobcorp also creates and sends the CA a special key and specific information about itself (maybe including the business name, address, and website information). The CA, having established Bobcorp's bona fides, creates a certificate for Bobcorp, incorporating the information that was requested; in fact, some of the information Bobcorp sends the CA is usually in the form of a "self-signed certificate," so pretty much all the CA needs to do is provide its own signature.

Astute readers will be asking themselves: "How did this help? Alice still needs to trust the CA, right?" The answer is that she does. But there will typically be a small number of CAs in comparison to Bobcorp-type companies, so all Alice needs to do is ensure that she can trust a few CAs, and she's now good to go. In a web-browsing scenario, Alice will usually have downloaded a browser that already has appropriate, built-in trust relationships with the main CAs. She can now perform safe handshakes with lots of companies, and as long as she (or her browser) checks that they provide certificates signed by a CA that she trusts, she's relatively safe.

But there's a twist. The certificates that the CA issues to Bobcorp (and others) typically have an expiration date on them. This isn't just to provide the CA with a recurring revenue stream—though I'm sure that's a nice benefit—but it's also in case Bobcorp's situation changes: what if it has gone bankrupt, for instance, or changed its country of business?1 So after a period of time (typically a year or two, but maybe less or more), Bobcorp must reapply to get a new certificate.

What if Bobcorp forgets? Well, when Alice visits Bobcorp's site and the browser notices an expired certificate, it should want her not to proceed, and she shouldn't give them any information until it's renewed. This sounds like a pain, and it is: Bobcorp and its customers are going to be severely inconvenienced. Somebody within Bobcorp whose job it was to renew the certificate is going to be in trouble.

Life is even worse in the case where no actual people are involved. If, instead of Alice, we have an automated system A, and instead of Bob, we have an automated system, B. A still needs to trust that it's talking to the real B—in case an evil system, E, is pretending to be B—so certificates are still required. In this case, if B's certificate expires, A should quite rightly refuse to connect to it.  There is no easy way to fix such a problem or to tell the many, many A-type systems that might have been trying to communicate with the B system(s) to carry on regardless. And so, for want of a nail, the kingdom was lost.

The lesson? Avoid single points of failure, think about fallback modes, and be ready to move to remedy unexpected errors. Quickly. 


1. There are also various mechanisms to revoke, or cancel, certificates but they typically are complex, ill-implemented in many cases—and consequently little-used.

This article was originally published on Alice, Eve, and Bob and is reprinted with the author's permission.

User profile image.
I've been in and around Open Source since around 1997, and have been running (GNU) Linux as my main desktop at home and work since then: not always easy...  I'm a security bod and architect, co-founder of the Enarx project, and am currently CEO of a start-up in the Confi

Comments are closed.

Creative Commons LicenseThis work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License.