|
I'm setting up a store on my Spring Server. I have the site built, but I want to make sure my customers' information is secured on the way to the server. I'm running Apache. What else do I need to do? |
|
To ensure your users information is protected when communicating with them you will want to use SSL encryption on your server. The first step to doing this is to purchase an SSL Certificate which http://DynDNS.com offers. For instructions on creating an SSL certificate you can read through our How To article on the subject. https://www.dyndns.com/services/sslcert/howto.html You will also need to install and configure your server with SSL as well. Apache has documentation on setting up the SSL Module here. http://httpd.apache.org/docs/2.2/ssl/ DynDNS also has their own instructions you can read through for another perspective. https://www.dyndns.com/services/sslcert/install.html |
|
At an absolute minimum you need both an SSL certificate and to configure Apache to require SSL for the relevant pages. General information about SSL in Apache is here. At a minimum the following will be required in your
Assuming your site is http://www.example.com then this will force access to anything starting with Further, it's worth saying that it's critical to keep all patches and updates applied to the system in a timely manner. This reduces the chance that somebody will compromise your server and gain access to the information that way.
Dec 31 at 08:52 PM
Cry Havok ♦
|