Were do I put these files right with the ones for myserver.us in etc/apache2/ssl .
Then do I have to add another <VirtualHost *:XXX> in /etc/apache2/sites-enabled/000-defaul?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
There’s a tutorial that should point you in the right direction: <br> <br>https://digitalocean.com/community/articles/how-to-set-up-multiple-ssl-certificates-on-one-ip-with-apache-on-ubuntu-12-04 <br> <br>Basically what you need to do is to create a separate VirtualHost for each domain, and add the SSL certificate information there. <br> <br>Let us know if you need anymore help!