Understanding Public Key Infrastructure for Security Pros

By March 2029 a TLS certificate will live only 47 days before it expires. The CA/Browser Forum locked in this phased cut in April 2025, dropping the maximum from 398 days today to 200 days in March 2026, then to 100, then to 47. Every one of those certificates rests on public key infrastructure. If you run networks, defend systems, or test them for weakness, PKI sits under the work whether you notice it or not. Learn how it operates and you gain control over a piece of security most teams treat as invisible plumbing.
Public key infrastructure is the set of policies, roles, and technology your organization uses to issue and manage digital certificates and the keys behind them. A certificate binds an identity to a public key. It proves a website, a server, or a user is who it claims to be. Break the trust in a certificate and you break the trust in everything above it. The Government of Canada leans on PKI to protect information up to the Protected B level, so the stakes reach well past a padlock icon in a browser.
The parts of a PKI
Five pieces do the work. A certificate authority issues and signs certificates. A registration authority verifies identity before issuance. A certificate store holds keys and certificates on each device. A revocation list, or an OCSP responder, flags certificates pulled before their expiry date. A certificate policy sets the rules for all of it. Each piece depends on the others. A certificate authority with weak identity checks hands trusted certificates to the wrong people. A missing revocation process leaves a stolen certificate valid for months.
How trust chains together
Trust in PKI flows down a chain. A root certificate authority signs an intermediate authority. The intermediate signs the certificates your servers use. Your browser and operating system ship with a list of trusted roots. When a server presents its certificate, your device walks the chain back to a root it already trusts. One weak link breaks the whole path. This is why attackers prize a stolen signing key. Hold the key to a trusted authority and you forge certificates the rest of the world accepts.
Where PKI touches your daily work
You meet PKI more often than you think. HTTPS on every website uses it. So does email signing, code signing, VPN authentication, and Wi-Fi with certificate-based login. Smart cards and hardware tokens store private keys for staff. Zero trust designs rely on certificates to identify devices before granting access. The Cyber Centre spells out safe settings for these protocols in its guidance on securely configuring network protocols, which took effect in January 2025 and sets the approved cipher suites for TLS 1.3.
Canada’s rules for keys and certificates
Canadian guidance shapes how you pick algorithms and manage keys. The CCCS publication on cryptographic algorithms for Protected A and Protected B information tells you which key sizes and signature schemes hold up. For federal systems, the Treasury Board Guideline on the Management of Public Key Infrastructure governs certificate policy across departments and routes interoperability through the Canadian Federal PKI Bridge. Read the Canadian guidance first. Use NIST key management publications as a secondary reference when you need finer detail.
The move to short-lived certificates
Shorter certificate lives change your job. A 398-day certificate you renewed once a year becomes a 47-day certificate you renew eight times a year, as the CA/Browser Forum timeline takes hold. Manual tracking fails at this pace. You need automation through the ACME protocol, an inventory of every certificate you own, and alerts before expiry. A single missed renewal takes a public service offline. Treat certificate lifecycle management as a core operations task, not a once-a-year chore. Build the automation now while the limit still sits at 398 days.
Why pen testers study PKI
Offensive work leans on PKI knowledge too. Weak certificate validation lets you intercept traffic in a man-in-the-middle test. Expired or self-signed certificates point to gaps in a client’s controls. Misconfigured certificate templates in Active Directory open paths to privilege escalation, a technique red teams use often. A tester who reads certificate chains and trust stores finds holes a scanner misses. Knowing how the defence works makes your attack sharper, and knowing the attack makes your defence stronger.
Where to build the skill
PKI rewards structured study over guesswork. Network practitioners who set up TLS and VPNs get the grounding they need from the Certified Network Practitioner course. Security officers who write certificate policy and manage cryptographic controls follow the Certified Information Systems Security Officer path, which covers cryptography in depth. Web engineers who deploy and defend certificates on applications sharpen the skill through the Certified Secure Web Application Engineer track. Pen testers who exploit certificate weaknesses build the offensive side with the Certified Penetration Testing Engineer program.
Your next step
Start with one action this week. Pull an inventory of every certificate your organization runs and note each expiry date. Flag the ones due in the next 60 days. Then set up automated renewal so a lapsed certificate never surprises you again. PKI is not background plumbing. It is the trust layer under your whole network, and the teams who master it stay online while others scramble. Give it the attention it earns, and build the skills to run it well.
