Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
The lines: <br> <br>SSLCertificateFile /usr/local/apache/conf/ssl.crt <br>SSLCertificateKeyFile /usr/local/apache/conf/ssl.key <br>SSLCertificateChainFile /usr/local/apache/conf/sub.class1.server.ca.pem <br> <br>assume you downloaded the files to those locations. Just replace them with the paths you really used. For instance if you put them in /etc/apache2/ it would look like: <br> <br>SSLCertificateFile /etc/apache2/ssl.crt <br>SSLCertificateKeyFile /etc/apache2/ssl.key <br>SSLCertificateChainFile /etc/apache2/sub.class1.server.ca.pem <br> <br>There’s a tutorial that should show you how to get your StartSSL cert working with Apache: <br> <br>https://www.digitalocean.com/community/articles/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps
Thanks <br> <br>https://www.digitalocean.com/community/articles/how-to-set-up-apache-with-a-free-signed-ssl-certificate-on-a-vps <br> <br>This was what I was looking for. I was most of the way there signing @ StartSSL would have been easier if I had had this guide. <br> <br>I used the rest to set up Apache