SSL Certificate

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
monkeyhead
Posts: 2758
Joined: Tue Sep 25, 2001 1:27 am
Location: Killeen, TX

SSL Certificate

Post by monkeyhead »

ummm... dont know where to post.

So i got the server... we use for battlefield 1942. And well, its only got one IP. the company says we can have another, but we need to get a SSL Certificate... so i do some web searchin.... and i see these things for websites....

is this what i need? what the heck are they talkin about.

i know SSL makes stuff secure.... but umm... im totally lost....
User avatar
Faust
Posts: 8730
Joined: Sat Apr 22, 2000 4:34 am
Location: Huntington Beach, CA

Post by Faust »

why don;t you just install another NIC?
"Today is a black day in the history of mankind."

- Leo Szilard
User avatar
monkeyhead
Posts: 2758
Joined: Tue Sep 25, 2001 1:27 am
Location: Killeen, TX

Post by monkeyhead »

no no.... its not our machine....

we pay for it... and can remotely connect to it.....

they told us to get another IP we need this certificate
Stu
Regular Member
Posts: 341
Joined: Tue Aug 10, 1999 12:00 am

Post by Stu »

Certificates aren't tied to IP addresses. So, as long as the server you are adding has the same domain name (same DNS name--for instance http://www.someurl.com), you only need one certificate. Therefore, if you keep the same domain name (you can do this with CNAME records in the DNS your site is managed by) all you need to do is copy the certificate over from the existing machine to the new one. There is one exception to this rule, if your site is virtually hosted, then your certificate will be issued by the ISP/Host using an IP address identifier.

However, unless you are going to be running a secure http server on this machine, I see no need for a certificate issued by a CA (Verisign, Thawte, etc.)--if you need one for SSH or something like that, a self-signed certificate (one you create yourself) is good enough.
Post Reply