Answer:
SSL is useful to make secure communication between client and server. For this we need to configure the server with a certificate
Step-by-step explanation:
SSL provides 2 keys public and private . when we transferring data it encrypts that with public key and the authorized user decrypts that with private key so that unauthorized users might not able to hack/read the information