Archive for March, 2011

Generate CSR for apache with mod_ssl

This post is just as a reminder so i can look this up when i need to.. But if it helps you that's great.

To generate a 2048 bits certificate request do this:

openssl genrsa -out www.whatever.nl.key 2048
openssl req -new -key www.whatever.nl.key -out www.whatever.nl.csr

In the vhost add this:

SSLCertificateFile /where/ever/www.whatever.nl.crt
SSLCertificateKeyFile /where/ever/www.whatever.nl.key

When a intermediate CA is needed, download it, and add this line:

SSLCACertificateFile /where/ever/intermediate.ca.crt

No Comments »

Must have Mac OSX App: TotalFinder

The Finder is the worst thing on the mac if you ask me, there are several missing features for example the abilty tho show folders before files, show hidden files, no creation of those irritating .DS_Store files etc.

TotalFinder, from BinaryAge, does everything i miss in the default mac finder. A few features i like the most are:

  • Tabbed browsing
  • Side-by-side mode, 2 finders in one window
  • Show hidden/system files
  • Folders on top

Go to the TotalFinder website

No Comments »