Skip to content
Back home
The home of William Rendell
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
  • Search
Back home
  • Search
  • Home
  • Family
    • Holidays
    • Pets
    • Vehicles
  • Health and Fitness
  • Technical
    • Mikrotik
    • Computing
    • Renewable Energy
  • Privacy Policy
    • Cookie policy (UK)
  • Music
    • Harmonica
      • Easy
      • Intermediate
  • Contact
Home » Technical » Computing » Convert PFX SSL Cert to PEM
Computing Technical

Convert PFX SSL Cert to PEM

by William Rendell|Published February 26, 2020

openssl pkcs12 -in certname.pfx -out key.pem -nodes

  • Linux

You may also like

Published January 28, 2021

Time based PPP connections

If you have a user that can only log into a PPP (L2TP, PPTP etc) session on a Mikrotik during a certain […]

Mario Kart Wii tips and shortcuts
Published November 12, 2009

Mario Kart Wii tips and shortcuts

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/

Published November 19, 2020

SSH Notifications via email

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 […]

nmap quick guide
Published January 17, 2022

nmap quick guide

nmap -sT targetIP/hostname nmap –script vuln targetIP/hostname -O trys to identify Operating System, example nmap -sT -O targetIP/hostnam

Post navigation

  • Previous post Remove IP from Fail2Ban Intrusion Detector
  • Back to post list
  • Next post Add Webmin to FirewallD

© 2025  – All rights reserved

Powered by WP – Designed with the Customizr Theme