Can a VPS handle multiple SSL certificates?
For each IP address, you can only access one SSL certificate using the standard SSL port (443). You can, however, configure your server to use the Apache Listen directive to monitor other ports for SSL requests, and associate different certificates for these different ports. Doing this would require you to indicate the port number in the URL, or alternatively, the mod_rewrite apache module could be used to force domain-specific requests to a different port. If you choose to provide multiple certificate on your VPS using only one IP address, please be aware that this configuration is not supported by our Technical Support representatives. If you have purchased additional IP addresses for your VPS, you can set up SSL certificates for each IP in your Apache web server configuration.