A
Public Key Infrastructures (PKI) contains the certificate storage facilities of a certificate
server, but also provides certificate management facilities (the ability
to issue, revoke, store, retrieve, and trust certificates). The main
feature of a PKI is the introduction of what is known as a Certification
Authority, or CA, which is a human entity ¡X a person, group,
department, company, or other association ¡X that an organization has
authorized to issue certificates to its computer users. (A CA's role is
analogous to a country's government's Passport Office.) A CA creates
certificates and digitally signs them using the CA's private key.
Because of its role in creating certificates, the CA is the central
component of a PKI. Using the CA's public key, anyone wanting to verify
a certificate's authenticity verifies the issuing CA's digital
signature, and hence, the integrity of the contents of the certificate
(most importantly, the public key and the identity of the certificate
holder).
|