Networking >> Protocols >> SSL >> What part does SSL Certificates play in the SSL or TLS connection establishment

SSL Cert is the Digital Certificate which serves as the authentication mechanism in SSL communication.

In 1-way SSL, the clients checks the server certificate to authenticate it.

In 2-way SSL, the client checks the server certificate and server checks the client certificate for them to mutually authenticate each other.