Source: Steve O. Ams, Jr BlogInstall-Module -Name ‘Carbon’ -Scope CurrentUser Run thispowershell New-RsaKeyPair -Subject 'CN=MyName' -PublicKeyFile 'MyName.public.cer' -PrivateKeyFile 'MyName.private.pfx' -Password $null -Algorithm sha512 -ValidTo (Get-Date).AddYears(100) -Force Then run this:powershell Convert-PfxToPem -Certificate $cert -OutputFile C:\Users\hshah10\Downloads\chilkatdotnet46-vs2017-9.5.0-x64\chilkatdotnet46-vs2017-9.5.0-x64\cert.pem Run Convert to Pem ps1 Then use jwt.io
Read full article »
Followers on Owler
1