What is a digital key? What is a certificate?

SSL uses a public key - private key system for its encrypting. The public key is used to encrypt the information. However, only the private key can be used to decrypt this information. This allows the public key to be known to all so that encrypted information may be sent to the server. The server can then use the private key, which is kept secret, to decrypt the information.

In this scenario, the certificate is the public key. A certificate signing authority such as Thawte or Verisign issues this public key. The public and private keys compose the digital key pair.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I request an SSL certificate for my site?

We can install an SSL certificate for you on your site for a one time additional fees plus the...

What's the difference between using my own certificate and using your shared one?

There are no differences besides comestic wise.E.g.https://www.yourdomain.com/ (using your own...

I can't get SSL to work with my frame pages. Why?

A frame of a frames page cannot be served securely. For a framed page to be served securely the...

Why do I get the message 'some items are insecure'?

For a server to serve a page securely all items, including graphics, must be accessed using the...

Why do my pages load more slowly when I use SSL?

SSL pages are slower because of the overhead needed to encrypt and decrypt the data. The web...