• An SSL Cert allows traffic between your clients and your LB to be encrypted in transit (in-flight encryption).
• SSL = Secure Socket Layer, used to encrypt connections.
• TLS = Transport Layer Security (newer version).
• Nowadays, TLS certificates are mainly used, but people still refer as SSL.
• Public SSL certs are issued by Certificate Authorities (CA) - Symantec, GoDaddy, GlobalSign, etc.
• SSL certss have an expiration date (you set) and must be renewed.
Using this public SSL cert attached to our LB, we're able to encrypt the connection between the clients and the LB.