Step 1 - Remove the encryption from the RSA private key
$ cp server.key server.key.org
$ openssl rsa -in server.key.org -out server.key
Step 2 - Make sure the server.key file is only readable by root:
$ chmod 400 server.key
Now server.key contains an unencrypted copy of the key. If you point your server at this file, it will not prompt you for a passphrase, yay no more waking up in the middle of the night because no one knows the passphrase to teh Apache Server.
Tech Blog's Quick List of other how to below:
- 10 Steps | Remove Virus | Spyware Scanner Download | Free Software
- Easy Network troubleshooting | DNS Problem Guide
- Howto change DNS Server IP to OpenDNS
- Fix | COM Surrogate Error | Windows Vista
- 9 Easy Steps | Setting up a secured home wireless network
- Howto Permanently deleting files | data on your hard disk
- Full filesystem backup | ufsdump - For *nix
- Slow HD | 1080p Playback | troubleshooting | Fix
- Sendmail | Banner change | Disabling VRFY | EXPN
- iPod charging on DVD player w/o dock
- Apple Ipod Jailbreak - 1.1.4 firmware guide and Quickpwn
- Create iTunes Store account | Without Credit Card
- Optimize Windows XP | VIsta
- Hard Disk Recovery | Data Recovery | Test Disk
- Import Outlook PST to Gmail Howto
- Bypass Firewall | Proxy with SSH | Hamachi
- Permanently deleting files | data on your hard disk
- Hamachi VPN a quick guide
- Build your own IDS or IPS
- Download Video from YouTube to your computer
- Bandwidth Monitoring | Free software


















