Perfect Wheezy setup Apache2, ispc 3.0.5.4p5. Multi server with server 1=dns, mysql, web and server 2 = webmail, mail server I have a wildcard ssl cert from godaddy that I'm trying to apply using ISPC to server 1 : *.domain.com Here's where I get stuck server 1 has: website: domain.com: IPv4 Address = *, Auto-subdomain = www. website: web2.domain.com: IPv4 Address = *, Auto-subdomain= none server 2 has: website: web3.domain.com: IPv4 Address = *, Auto-subdomain = none Questions/Thoughts: 1. If I'm currently setup as * in IPv4, will it break anything to assign the external address now? (btw, this is in a Nat'ted environment) 2. Are the other "webX" domains considered separate websites where I need more external IP's even though they are part of the main domain? 3. How do I make the wildcard apply to the other webX websites which are part of the same *.domain.com. Sorry if that wasn't clear.
I think I got it working. With newer servers and browsers, SNI can be/is used so I can keep * as my IPv4 addresses and share that SSL cert will all *.domain.com domains without having multiple ip addressses. And to apply the cert to the other webX domains, I just need to copy/paste the cert text within ISPC and save. No Generate needed. I'm not seeing any errors so I assume this is good. Next I'll try to add the cert to the server 2 and to emails and report back.