Use PowerShell on Ubuntu to convert PFX to KEY and CER
A little PowerShell (Core 6.1.0) script I’m using on Ubuntu 18.04.1 to assist with converting PFX to .KEY and .CER files for use with nginx/Apache. Relies on the existence of openssl of course which...