Our company have purchased SSL certificate and installed in linux on Host Server. Can you plz tell me how to make use of this in our website. How to configure it in Website.Is there any need to write code in our Website pages? Any suggestion ? Help me out...
|
migrated from stackoverflow.com May 18 '12 at 8:07
|
Not sure this is the answer you expect, but actually it's just a matter of calling a page with HTTPS The biggest problem will be, that you should ensure, that pages are requested exclusively with HTTPS, and redirect all other requests (somebody could call your page manually with HTTP). This can be done in the .htaccess file. |
|||
|
|
|
No need to write any extra code in website / webpages . and you need to install Intermediate CA Certificate along with SSL e ( in case of Thawte - it is available on the THAWTE website ) you need to bind this encrypted data with the ssl certificate . to know more about CA Certificate you can check this links THAWTE CA Certificates Information about CA certificatesr . if you are using c panel it is very easy . there is no need to write any code in the website but you must install this certificate on the serve . i am not sure about your SSL provider but still it could help you . |
|||
|
|