View Single Post
  #2 (permalink)  
Old 05-15-2009, 05:17 AM
alto alto is offline
Special Member
 
Posts: 110
Default

Sorted this by first making a copy of my private key
cp server.key server.key.org
Then running this
openssl rsa -in server.key.org -out server.key
changing the permissions so only root can read it
chmod 400 server.key
and running through the steps above again
Reply With Quote