openssl pkcs12 -in certname.pfx -out key.pem -nodes
You may also like
1) Do a TCPIP fix first TCPIP fixes reset NIC and TCPIP What I like to do on any network problem….Is to […]
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/
How to set the NTP client on a Mikrotik router using the Terminal /system ntp client set enabled=yes primary-ntp=###.###.###.### secondary-ntp=###.###.###.### Change the […]
Using php you can permanently redirect one URL to another, using the below code in a php file; <?php header(“HTTP/1.1 301 Moved […]