openssl pkcs12 -in certname.pfx -out key.pem -nodes
You may also like
We can change the IP address of the domain controller as below. Change the IP address on DC and run the following […]
Take a look at this site for some Mario Kart shortcuts and tips http://www.techtreak.com/gaming/top-10-mario-kart-wii-tips-tricks-and-shortcuts/
The below is what I do to delete an email from a Postfix queue. First we need to locate the email that […]
IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]