Is there any way to extract a private key from a PEM file without the openssl tool on Windows?
Windows MMC won't do the trick as I cannot export to PKCS#12 due to my work laptop security restrictions and looks like certutil cannot do this either or access to PowerShell.
I even tried Python, but my work laptop is unable to obtain the cryptography module to load X509.
And I cannot get access to a Unix server for another week to access the openssl tool......running outta ideas!