Home

Creating a CSR

Source: http://www.rackspace.com/knowledge_center/article/generate-a-csr-with-openssl I created a private key: 1openssl genrsa -out ~/domain.com.ssl/domain.com.key 2048 Then created the CSR and follow

Install Zentyal 4.0 on Ubuntu Server 14.04.1

I don’t use this anymore, but kept the instructions here for future reference I installed a fresh Ubuntu Server 14.04.1 with a static IP address. After logging in to the node, I made sure it was up

Using NGINX for SSL Offloading and Reverse Proxy

Sources: http://nginx.com/blog/nginx-ssl/ , http://nginx.com/resources/admin-guide/reverse-proxy/ I needed to redirect a path served by a web browser over SSL to another server. For example: https://d

Convert SSL pfSense Key to RSA Key

I don’t use this anymore, but kept the instructions here for future reference Source: http://stackoverflow.com/questions/17733536/how-do-i-convert-a-private-key-to-an-rsa-private-key I had to conver

Dovecot on OS X 10.10

I don’t use this anymore, but kept the instructions here for future reference I had setup a cron job and wanted to read the mail output in Thunderbird. I didn’t need this secured with SSL/TLS as it

ZFS on OS X 10.10

I don’t use this anymore, but kept the instructions here for future reference I ran this to check my disk partitions: 1diskutil list In the output below, you’ll notice I have a mac partition where O

Building Csync2 on Mac OS X 10.9 and 10.10

I don’t use this anymore, but kept the instructions here for future reference I installed some dependencies from MacPorts: 1port install librsync sqlite2 libtasn1 gnutls pkgconfig I then fetched the

Autostart a VirtualBox Machine in a FreeNAS Jail

I don’t use this anymore, but kept the instructions here for future reference Source https://forums.freenas.org/index.php?threads/autostart-virtualbox-vm.22116/ For example, my virtual machine named

Ubuntu Server RAID Diskfilter Error

I got an error message after a fresh install with RAID1 error: Diskfilter writes are not supported.I found this fix by Rarylson Freitas that worked for me. Source http://askubuntu.com/questions/46846

Install Zentyal 3.5 on Ubuntu Server 14.04.1

I don’t use this anymore, but kept the instructions here for future reference I installed a fresh Ubuntu Server 14.04.1 with a static IP address. After logging in to the node, I made sure it was up