Ques:- What is the role of the public and private keys in TLS
Right Answer:
In TLS, the public key is used to encrypt data that only the holder of the corresponding private key can decrypt. The private key is kept secret by the server and is used to decrypt the data sent by clients, as well as to create digital signatures that verify the server's identity.
In TLS, the public key is used to encrypt data that only the holder of the corresponding private key can decrypt. The private key is kept secret by the server and is used to decrypt the data sent by clients, as well as to create digital signatures that verify the server's identity.