98-365 · Question #310
What is used to store and distribute a public key?
The correct answer is A. digital certificate. When you use SSL to encrypt web traffic, you are using asymmetric encryption, which involves a private key and a public key. The public key is provided to anyone who wants to access the web server, and the private key is kept secret, usually by the web server that you are trying
Question
What is used to store and distribute a public key?
Options
- Adigital certificate
- Bdigital signature
- Cdigital lock
- Ddigital envelope
How the community answered
(54 responses)- A94% (51)
- B4% (2)
- D2% (1)
Explanation
When you use SSL to encrypt web traffic, you are using asymmetric encryption, which involves a private key and a public key. The public key is provided to anyone who wants to access the web server, and the private key is kept secret, usually by the web server that you are trying to protect. A common method to distribute a public key is to use a digital certificate.
Topics
Community Discussion
No community discussion yet for this question.