Remove Password from SSL Key

So a customer trying to add an SSL key to an Load Balancer which is passworded. No good!

openssl rsa -in SSL.key -out nopass-SSL.key

Thanks to my colleague Mike, who I stole this handy oneliner for.