Web Hosting Talk







View Full Version : Can SSL cert be transferred from server to server?


Novasutra
07-17-2002, 02:51 AM
I am going to be moving some clients to a brand new server soon. One of them is shopping for ssl certs/merchant account/etc for online retail biz.

I know if you change domain name you need a new cert but how about changing servers?

It shouldnt matter as long as the domain the cert is for is moved with it right?

Any wisdom would be appreciated;)

Techark
07-17-2002, 02:54 AM
Depends on whose cert it is. What kind of cert is and who issued it?

apollo
07-17-2002, 03:05 AM
If it's the same server software (e.g. apache mod_ssl) then you should have no problems....

Novasutra
07-17-2002, 03:47 AM
Depends on whose cert it is. What kind of cert is and who issued it?

GeoTrust QuickSSL cert

Jedito
07-17-2002, 03:54 AM
yes, just move the domain.crt, domain.crs domain.key files to the apropiated locations in the new server.

Techark
07-17-2002, 04:03 AM
If it a quick cert no problems you can move it with ease just copy the files.
Some certs use the IP as part of the ID process and will not move so easy tho you can get them reissued.

But QuickSSL is easy.

Jedito
07-17-2002, 04:05 AM
Originally posted by Monte
If it a quick cert no problems you can move it with ease just copy the files.
Some certs use the IP as part of the ID process and will not move so easy tho you can get them reissued.

But QuickSSL is easy.

May I ask what Certs use IP as part of the ID process? I want to know to not ever use it :)

Novasutra
07-17-2002, 04:34 AM
Thanks for the fast and furious answers, I appreciate it :)