What is SSL certificate and what is it used for? Print

  • 0

SSL certificates are used to secure transmission of data through web sites. Transmission of such data as credit card details, account usernames and passwords, any other sensitive information has to be secured to prevent eavesdropping. SSL certificates can secure not only data transmitted through web sites. Email transmission can be secured by SSL as well.

With SSL certificate data is encrypted prior to transmitting through internet. Encrypted data can be decoded only by server to which you actually send it. This is a guarantee that information you submit to web sites will not be stolen or tampered.

Certificate itself is a big cryptic code. Here is the example:

certificate

It has to be installed on server where web site is hosted.

When you access web site secured by certificate you will see gold padlock in your browser.

Another indicator that you are connected to secure web site is https:// at the beginning of its URL address. Sites that do not have certificate installed have http:// in URL address.


Was this answer helpful?

« Back