Skip to content

apache2

Starting page for the apache service.

work instructions

Here are some guides on maintenance and installation.

Install a new certificate

Lately you cannot have a certificate serve for 3 years, but you need to replace it every year. Luckily xolphin still maintains a 3 year lease you just get 3 certificates.

Every march we will have to reinstall the certificate, and thank goodness not the key or root bundle.

Download the bundle which will probably be called wildcard_klopt_org.zip

install the zip file on each host
1
2
3
4
5
scp -P 333 wildcard_klopt_org.zip klopt.org:
ssh -p klopt.org
unzip wildcard_klopt_org.zip
cp WILDCARD_klopt_org.crt /etc/ssl/certs
vi /etc/apache2/sites-enabled/*.conf

Look in these files for

/etc/apache2/sites-enables/cheatsheet.conf
    SSLCertificateFile /etc/ssl/certs/WILDCARD_klopt_org.crt

If the name is different, change it. I already did that for most sites and i hope the name will remain the same from now on,so copying is enough.

restart
/etc/init.d/apache2 restart