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 |