[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] SSL Setup
- Subject: Re: [cobalt-users] SSL Setup
- From: "PageKeeper Service" <host@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun Mar 16 08:12:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
----- Original Message -----
From: "Ray Healy (Data Net Services)" <ray@xxxxxxxxxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Sunday, March 16, 2003 9:44 AM
Subject: [cobalt-users] SSL Setup
> Dear All
>
> I have searched the archives but am still confused. Can anyone help ?
>
> I am aware that you can only have 1 SSL certificate per IP number on the
RAQ
> 4 but I have seen bits of information whereby you can give secure access
to
> all virtual sites if they require it for ecommerce.
>
> I believe that you set something up like secure.domain.com (this being the
> domain of the RAQ4) and then change some links so that all sites can use
the
> same certificate without errors after buying the certificate in the name
of
> secure.domain.com
>
> Does anyone know how to do this or can point me in the right direction or
> have I got it totally wrong.
>
> If this is correct, then where do you save the secure pages for the
clients
> and how do they upload their files.. Also how do you call the pages from
> within a web page - would it be http://secure.domain.com/user/page.htm or
> /home/sites/home/etc etc.
>
> I really cannot get my head round this as eventually I want to set up PGP
so
> that they shops can have secure pages and receive orders via a PGP
encrypted
> email.
>
> Am I wrong !!!!
>
> Your comments would be appreciated.
>
> Thanks for your time
>
> Ray Healy
Once you have the 49 dollar cert installed on the main domain (ip) used for
ssl server wide + no errors:
Like: secure.domainname.tle...
To Link SSL to site:
su - to root at command line
Enter Admin password.
SSL Link to web:
cd /home/sites/secure.domainname.tle/web
ln -s /home/sites/www.domainname.tle/web domainname (no hostname or top
level)
SSL Link to cgi-bin:
cd /home/sites/secure.domainname.tle/web/cgi-bin
ln -s /home/sites/www.domainname.tle/web/cgi-bin domainname (no hostname or
top level)
Do not check any ssl check boxes in the siteadmin for the added domains
except for the one that the cert is install on.
e.g. secure.domainname.tle ONLY!
This will link web and cgi-bin directories to ssl on the hostname secure
site. you need to
add one for each domain that will use it.
David