openssl pkcs12 -in certname.pfx -out key.pem -nodes
You may also like
I eventually solved this problem. Edit /etc/rc.d/rc.firewall.up After the section on “# Allow packets that we know about through …” Add: # […]
I have just been working on a site that needs PHP 5.2 or above. The stock repositories for Centos that are provided by […]
find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/