SHARING AN SSL CERTIFICATE

Posted by kreati, 01-12-2008, 09:55 PM
I have an ssl certificate installed on my main server. How can I encrypt a page on a website hosted on that server sharing the certificate? any idea is welcome.

Posted by psyxakias, 01-12-2008, 10:45 PM
I am not sure what exactly do you mean by "sharing" an SSL certificate, as it can only be used in 1 domain / 1 IP address. If I got it right, you're looking for the path to upload your webpages in order to be accessed from https:// link. If you have already installed it as you said, there should be a defined on your httpd.conf (if you're using Apache) defining the files' path. It would be more helpful if you post additional information: - O/S (i.e Linux, FreeBSD, Windows) - Web server (i.e Apache, IIS) - Controlpanel (i.e cPanel, DirectAdmin, Plesk, HELM) if available. Thank you.

Posted by kreati, 01-13-2008, 03:39 AM
I know, but i've heard that it is possible to Share a Certificate that is installed on one IP with other domains. I mean if there is a way to secure a page from site A on siteB's certificate. like https://secure.siteB.com/Page_from_siteA.php Thank you.

Posted by stealthiss, 01-13-2008, 01:43 PM
You can use a wildcard SSL certificate (goDaddy) that allows you to use one SSL for subdomains and other domains/IPs. They do cost more - usually around $299. But check with GoDaddy. I know they seel these SSL, I am not sure what they call them.

Posted by blessen, 01-13-2008, 04:58 PM
Normally what I have seen is the use of shared ssl where the SSL cert will be bought under the main servers name. Lets say server.sitename.com . So you can access other domains files using the main servers ssl cert by using the link https://server.sitename.com/~/

Posted by david510, 01-14-2008, 03:40 AM
If it is apache you need to configure mod_userdir to achieve this.

Posted by kreati, 01-14-2008, 03:50 AM
I do have a certificate on the server but it doesn't work when I use: https://secure.site.com/username Do I need to buy a specific certificate ? or just the apache config will do it?

Posted by david510, 01-14-2008, 04:07 AM
What OS does your server have and any control panel installed? You have installed SSL on the main IP and you need to use this SSL as shared for all domains on the server right?

Posted by kreati, 01-14-2008, 04:50 AM
Yeah. and I use Cpanel with Linux-Apache. I have managed to access the other domain from that ssl using https://secure.site.com/~username But the problem is I have a pop up saying the pages are still unencrypted. Is that because they don't belong in the same directory as the main domains(where the ssl is) ?

Posted by david510, 01-14-2008, 05:18 AM
Does the main index pages have href links with calls to http:// ?

Posted by kreati, 01-14-2008, 06:07 AM
yes but what I want to do is to use other pages in the hosted domain's directory not available on the site through links.like https://secure.site.com/~username/dostuff

Posted by david510, 01-14-2008, 06:36 AM
If the https://secure.site.com/~username/dostuff/ pages does not have href links ie inside the folder /home/username/public_html/dostuff/, it should work.

Was this answer helpful?

 Print this Article

Also Read

CSS,JQuery,Images etc are not working

Posted by Rezaa, 10-26-2012, 05:10 AMI have a big problem with my website. I just transfered my...

I have a WHM/cPanel server shared server...

Posted by MightWeb-Greg, 04-21-2009, 06:45 PMI just had user KILL the server using 80% CPU and...

Having Problem with SQL need help

Posted by shawnchin, 01-26-2011, 09:11 AMHello World, Having Problem of (Warning:...

Released Sql Server 2008 Express without SSMSE 08

Posted by IceDog, 08-18-2008, 12:27 AMI'm sure most of you know that they released the Sql Server...

Looking for a Shell Script! :)

Posted by dwscenter, 01-14-2008, 01:25 AMFirst off I want to apologize if I posted this in the...