Convert python to base string using powershell.

Convert certificate from pfx to base64 with PowerShell

To convert a certificate that is in .pfx to base64 format in PowerShell, you can use .NET namespace available in PowerShell to convert. I had a scenario where I was required to use base64 encoding to upload a certificate to Azure to secure communication to backend instance. Since Microsoft Azure provides a rich API to

Convert certificate from pfx to base64 with PowerShell Read More ยป