What is SSL?
SSL certificates are generally used with ecommerce shopping carts, or anywhere you want to collect information from a user securely on your website. If you use a secure server certificate with a form; and that form emails the results to you; keep in mind that the email is not secure.
SSL (Secure Sockets Layer): Creates an encrypted link between a web server and a browser. CA (Certificate Authority): The vendor you will get the secure server certificate from CSR (Certificate Signing Request): A text file generated by a web server. A CSR looks like this:
—–BEGIN NEW CERTIFICATE REQUEST—–
MIIDGgBNAGkAYwByAG8AcwBvAGYAdAAgAFIAUwBBACAAUwB
AG4AZQBsACAAQwByAHkAcAB0AG8AZwByAGEAcABoAGkAYwl
L0ygNwwNIvKLMPq4/LcUkZ9Oo4AssXW5mvvhHWGz2RWYRhrw8o
—–END NEW CERTIFICATE REQUEST—–
First, you need to decide whether to use your hosting shared SSL certificate if they offer it. The URL to your store will look something like:
https://theirserver.com/youruserid/your/path/to/store.html
Or do you want to get your own SSL certificate? The URL will look...