Web Hosting Talk







View Full Version : SSL Certificate Transfer


Andyc
05-22-2002, 05:31 AM
I purchased a SSL certificate with through my current host. It is a GeoTrust QuickSSL. I would like to transfer it soon but I don't think they will let me. They say you can't transfer them. Is this true?

Servstra-Sales
05-22-2002, 06:59 AM
Your best bet would be to contact GeoTrust directly and ask them if it's possible. If it is, then forward their response to your current host.

Good luck.

Andyc
05-22-2002, 09:46 AM
GeoTrust said not problem just so it is for the same domain with a compatible server type. Now hopefully my host will let me.

Angel78
05-22-2002, 09:47 AM
Who is your host? Anything special about SSL purchase in TOS?

thewitt
05-22-2002, 10:51 AM
Technically if the web server software is the same, and the domain name does not change, and the servername within the domain does not change, you can move a certificate from one physical server to another, no problem.

You need the .crt file and the .key file.

-t

Andyc
05-23-2002, 08:36 AM
This is what I received from GeoTrust Support:

If you are transferring between compatible server types and the domain name is the same, yes you can move a certificate from one server to another.

Nothing about servername though. I know the name of the server my site is on so I guess I could just call it the same if I have to.

Andyc

thewitt
05-24-2002, 05:18 PM
Sorry, servername is confusing as it's "old school."

A URL is formed from three components.

server.domain.tld

where a typical website would use:

www.myexample.com

The "servername" here is www...

You cannot move a cert from:

abc.myexample.com

to

xyz.myexample.com

unless you have a wildcard cert - which is very expensive.

-t