Archive for July 9th, 2012
Here is a short tutorial on how to setup a multi stage authentication with an Apache HTTPd 2.4 server. The first stage will do a 2-way SSL encryption, so both server and client will need to present a certificate. The second stage will be password authentication, the username has to match the username in the […]
I previously mentioned rpmbuild. I wanted to write a little post on what it does and how useful it is. But I though it would be easier to just show you. So what is rpmbuild? It is a tool for building rpm packages based on a spec file. The resulting rpm should be close to […]