| ๐ Back to Exam Syllabus | ๐บ RooCloud on YouTube | ๐ฏ Free CISSP Practice Test |
CISSP 7.4 - Public Key Infrastructure
This episode of the ISC2 Certified Information Systems Security Professional (CISSP) exam prep series builds the public key infrastructure from Domain 3 โ the trust machinery that quietly runs behind every secure connection, binding identities to public keys through vouching authorities, and the habits that keep certificates issued, verified, and retired without drama.
What this episode covers
- Public key infrastructure (PKI) โ a hierarchy of trust that binds identities to public keys through certificates.
- Digital certificates โ X.509 endorsed copies of a public key, with issuer, validity period, and subject fields.
- Wildcard certificates โ one certificate covering many subdomains, but only a single subdomain level.
- Certificate authorities โ neutral organizations that notarize identity, protect an offline root, and chain trust through intermediates.
- The certificate life cycle โ enrollment with a signing request, verification, and revocation when keys leak or details change.
- Checking validity โ certificate revocation lists, the Online Certificate Status Protocol, and certificate stapling.
- File formats โ binary DER and PFX versus text PEM and P7B, with overlapping extensions to watch.
Watch the full episode above for the worked examples and detailed explanations of each concept.
Frequently Asked Questions
What is the public key infrastructure and why do we need it?
Public key cryptography lets strangers communicate, but it leaves one gap: how do you know a public key really belongs to who it claims? The public key infrastructure fills that gap with a hierarchy of trust, binding identities to public keys using trusted third parties and digital certificates. That framework is what makes secure communication possible at global scale.
What lives inside a digital certificate?
A digital certificate is essentially an endorsed copy of someoneโs public key that a trusted authority vouches for. Certificates follow the X.509 standard and carry a predictable set of fields: a version and serial number, the signature algorithm and issuing authority, a validity period, and the subjectโs name and public key. Think of it as a notarized identity card for a key.
Who issues certificates and how is trust chained?
Certificate authorities are neutral organizations that notarize certificates after verifying identity, while registration authorities help verify identities without issuing certificates themselves. Authorities keep their root certificate on an offline system and use it to create online intermediate authorities. The chain from your certificate up through intermediates to a known root is called certificate chaining, and the browser walks it link by link.
How is a certificate revoked and its status checked?
A certificate may be pulled early because a private key leaked, it was issued in error, subject details changed, or the person left the sponsoring organization. Status can be checked three ways: a certificate revocation list is a published roster of revoked serial numbers with a download lag, the Online Certificate Status Protocol answers in real time, and certificate stapling has the web server attach a signed, timestamped status itself.
What certificate file formats will you meet in the wild?
Formats split into binary and text. The most common binary format is Distinguished Encoding Rules with der, crt, or cer extensions, and its text sibling is Privacy-Enhanced Mail using pem or crt. Windows systems favor the binary Personal Information Exchange format with pfx or p12 extensions and also use text-based P7B files, so you cannot judge a certificate by its extension alone.
๐ Master the ISC2 CISSP Exam!
Reinforce this lesson with real practice. The RooCloud CISSP Practice Pack gives you 6,000+ exam-style questions, 366 section-wise practice tests and 40 full-length adaptive (CAT) tests across all 8 CISSP domains, with full explanations. Start with a FREE full-length adaptive CISSP test โ
Reference: This article is based on concepts discussed in CISSP 7.4 - Public Key Infrastructure.