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

Check Nagios cfg files
Published July 10, 2013

Check Nagios cfg files

nagios -v /etc/nagios/nagios.cfg

Published November 8, 2019

Mikrotik Script to calculate Average CPU Load & email notification

# Average CPU Load Notification.# This will email you once when average CPU Load reaches the set CPU Threshold value.# When average […]

Published May 13, 2011

winload error on server 2008

The other day one of my Server 2008’s failed to boot. The error on screen was winload.exe was missing or corrupt. After […]

find large files in linux
Published November 27, 2009

find large files in linux

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/

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