In order to allow 1 IP Address to serve multiple SSL Websites – we will need to compile OpenSSL with SNI support
./config enable-tlsext shared
make
make install
In order to allow 1 IP Address to serve multiple SSL Websites – we will need to compile OpenSSL with SNI support
./config enable-tlsext shared
make
make install