Digital certificate
Verifiable digital identity issued by a CA.
5-mark Exam Answer
A digital certificate is a digital document issued by a trusted third-party institution known as a certification authority (CA). According to Laudon and Traver, digital certificates and the supporting public key infrastructure (PKI) solve the problem of verifying digital identity in e-commerce.
- 1.Definition: digital ID issued by CA
- 2.CA = trusted third party
- 3.Contains subject's name, public key, serial number, dates, CA signature
- 4.PKI = CAs + accepted procedures
- 5.HTTPS lock icon indicates trusted certificate
Anyone can make up a private and public key combination and claim to be someone they are not. Before placing an order with an online merchant such as Amazon, you want to be sure it really is Amazon and not a spoofer. Digital certificates, and the supporting public key infrastructure, are an attempt to solve this problem of digital identity.
A digital certificate is a digital document issued by a trusted third-party institution known as a certification authority (CA). It contains the name of the subject or company, the subject's public key, a digital certificate serial number, an expiration date, an issuance date, the digital signature of the certification authority (the name of the CA encrypted using the CA's private key), and other identifying information.
In the United States, private corporations such as VeriSign, browser manufacturers, security firms, and government agencies such as the U.S. Postal Service and the Federal Reserve issue CAs. Worldwide, thousands of organizations issue CAs. A hierarchy of CAs has emerged, with less-well-known CAs being certified by larger and better-known CAs, creating a community of mutually verifying institutions. Public key infrastructure (PKI) refers to the CAs and digital certificate procedures that are accepted by all parties.
To create a digital certificate, the user generates a public/private key pair and sends a request for certification to a CA along with the public key. The CA verifies the information, issues a certificate containing the public key and other related information, then creates a message digest from the certificate and signs it with the CA's private key. When you sign into a 'secure' site, the URL begins with 'https' and a closed lock icon appears, meaning the site has a digital certificate issued by a trusted CA.
When you visit https://www.amazon.com, your browser requests Amazon's digital certificate, verifies the CA's signature using the CA's public key, and shows the lock icon — confirming the site really is Amazon and not a spoofer.
Digital certificates and PKI solve the problem of digital identity in e-commerce by allowing trusted CAs to verify the identity of transaction partners, enabling secure 'https' connections that protect consumers and merchants alike.
The exam interface follows the university paper pattern: Section A & B carry 5-mark questions; Section C carries objective questions.