<?xml version="1.0" encoding="UTF-8"?>
<post>
  <author>Jiva DeVoe</author>
  <body>I'm going to start writing these things in my Blog so I can remember them myself.

Consider this a micro-blog entry....

*How To Make Apache Not Prompt for a Password with an SSL Certificate* :

@cp server.key server.key.org@

@openssl rsa -in server.key.org -out server.key@

This makes your server.key not require a password.  

Warning: this may mean your key can be compromised, so be sure to keep it safe after you do this.</body>
  <created-at type="datetime">2009-02-11T00:05:00Z</created-at>
  <id type="integer">21</id>
  <title>How to make your Apache SSL cert not request a password</title>
  <updated-at type="datetime">2009-02-11T00:16:32Z</updated-at>
</post>
