Hosting multiple SSL certificates on a single IP

Hello everyone,

I just finished talking to the guys at Globalsign and they told me that I cannot buy multiple SSL certificates for each domain that I host because I only have one external IP address. My understanding is that this should be possible if SNI is enabled in nginx.

Could someone please confirm whether my understanding is correct or not?

Thank you.

Fred
 
Thank you @SirDice.

So I can buy three individual SSL certificates for domain.com, example.com and whatever.com with my one single IP address 85.263.25.41 (only an example)?

When I run nginx -V I can see that
Code:
TLS SNI support enabled
but how do I verify if my OpenSSL has gotten built with SNI support?
 
Last edited by a moderator:
Back
Top