Jump to content

Setting up SSL on part of a ecommerce website?


stuartmarsh

Recommended Posts

Hi all,

I've been trawling the Internet and this forum for a couple of days now looking for some information on setting up SSL & certificates on Apache.

I have a ecommerce website (I didn't create it but have taken over development/implementation) that we want to put live soon.  We want the checkout process & account management scetions to be encrypted with a SSL certificate.

Does anybody know of any guides that talk me through acquiring certificates, installing them on a hosted server, and applying SSL to certain web pages?

Any help or guidance would be very much appreciated.

 

Cheers.

Link to comment
Share on other sites

Whats a Google?? Lol  :D

I am a complete noob to SSL and certificate authorities so I'm not sure what terms I should be searching for.

I have searched Google but all the information I have found deals with installing the certificate and securing the whole site not just specific pages.  They also seem to deal with creating your own certificates and I want to use a certificate from Verisign or such.

What I am looking for is a beginners guide.

Does anybody have any good links or tutorials?

Link to comment
Share on other sites

Firstly you need a unique IP address for your website.

If you are on a shared hosting account you should be able to request this. If not you need to add a new IP to your dedicated server.

 

You then need to generate a certificate signing request to obtain an SSL cert (CSR)

Again shared hosting accounts usually have control panels that can do this. If on a dedicated server use OPEN SSL.

http://www.geotrusteurope.com/support/csr/csr_apache.htm

 

Use the CSR to obtain your SSL key from wherever you decide to purchase it.

 

Once you have your key you then need to upload it to your server and update the httpd.conf file for your website.

http://www.flatmtn.com/article/setting-ssl-certificates-apache

 

You should then be able to ammend the http:// links in your website to https:// for whatever pages you want secure. i.e. https://yourdomain.com/checkout.php

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.