Tag Archives: apache

How to convert your SSL certificates to be used by Tomcat instead of Apache

I have a wildcard certificate that needs to be used on multiple websites that my employer owns. To be able to use that SSL certificate on Tomcat, it has to be used in a totally different format, that’s Java-specific. That … Continue reading

Posted in Linux, Uncategorized | Tagged , , , , | Leave a comment

How to stop apache2 from automatically starting in Ubuntu Desktop

sudo update-rc.d apache2 remove

Posted in Ubuntu | Tagged , , , | Leave a comment