Here are the steps to remove a pass phrase from a cert key. This solution was originally discovered on the modssl website:

cp server.key server.key.orgopenssl rsa -in server.key.org -out server.key

Make sure the key is readable by root only,

chmod 400 server.key