I enjoyed writing a bash script to extract PEMs from PFX files. I hadn’t written much python lately, so I decided to do the same thing with a python script.
Tag: ssl
ExtractPFX: Part 1
I found myself frequently extracting PEM certs and private keys from PFX files. Here I introduce a bash script I wrote to make that job easier.