Convert Certificate to PEM format from pfx format
I have encountered a situation where I had the pfx certificate but the application I was working on Gittea required PEM format. So, sharing a simple way on windows platform à how you can achieve that: I have researched on the Internet and everywhere I have found openSSL approach which I have not find that…