Web Hosting Talk







View Full Version : about GeoTrust QuickSSL Certificates


sonic
08-16-2002, 08:49 PM
hi

does anyone know if I bought GeoTrust QuickSSL Certificates , will all web sites in my server be able to share this certificates ?

thanks

The Prohacker
08-16-2002, 09:03 PM
You could set it up so:

https://secure.yourdomain.com/site1/
https://secure.yourdomain.com/site2/
https://secure.yourdomain.com/site3/

But you couldn't set it up like:

https://site1.yourdomain.com/
https://site2.yourdomain.com/
https://site3.yourdomain.com/

Atleast not without a security warning..

JTY
08-16-2002, 09:45 PM
You can get a wild card cert from them.

The Prohacker
08-16-2002, 10:27 PM
Originally posted by JTY
You can get a wild card cert from them*.

*Note: For $500 :D

argonblue
08-16-2002, 11:05 PM
ipsCA has regular SSL certs for $38/yr and wildcard (*.domain.com) certs for $276/yr.

http://certs.ipsca.com/

edb49
08-17-2002, 07:28 AM
Was $59/year from ipsca when I looked just now..

sonic
08-17-2002, 07:56 AM
so does wild card cert support all domains in the same server ? (like aaa.com bbb.com ccc.com )

skiingyac
08-17-2002, 10:47 AM
Sonic, no they cover a domain and its subdomains. If your domain is sonic.com, you can get a cert for *.sonic.com, so that shop.sonic.com, www.sonic.com, and secure.sonic.com can all use the cert.

It can't (not the right way anyway) support multiple domains. The cheapest way to do that is to get a cert for a generic domain, like securecheckout.com and then setup an SSL cert for that domain on the server, and any secure traffic has to go through that domain, using http://securecheckout.com/~user/path/to/script.php
(assuming users can access their pages that way) Its a little ugly, but its cheap.

GeoTrustCEO
08-19-2002, 06:41 PM
I agree with Ski..... you save money that way...

seg fault
08-19-2002, 07:51 PM
I do that too :D

UH-Matt
08-19-2002, 08:10 PM
so the solution would be to put the certificate onto your hosting company domain.. then setup secure.customer.com to point to the secure www.company.com/~user/ directory ?

Rochen
08-19-2002, 09:14 PM
I would recommend GeoTust's QuickSSL - easy purchase, easy install :)

insiderhosting
08-20-2002, 04:02 AM
i agree with chris, Geotrust certs are great for us too. It depends how you setup your server, but we set ours https://secure.domain.com/~username/ can be used by our clients. (replacing username with a clients specific username)

-Steven