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

Packet Tracer - For Windows

Posted by josephgarbett, 03-05-2010, 11:55 AMHey All, I need to download Packet Tracer 5.0 - 5.2...

2 questions about setting up domain registration!!

Posted by 21inchguns, 09-13-2001, 09:41 AMHi there, I just have two questions regarding setting...

How to show hidden (dot) files by default and...?

Posted by gurika, 09-13-2007, 10:10 AMHello, on my old centos servers I can show hidden (.file)...

copy sql?

Posted by Calibaba, 01-11-2008, 05:08 PMQuick question. How do I copy an entire mysql sql...

Cpanel official API? ( PHP )

Posted by stormridermay, 01-08-2008, 08:39 PMHello, I'm writing my own billing/hosting system....