Create a self-signed certificate on Windows Server 2008 R2 with powershell v2.0

I’m trying to create a self-signed certificate using power shell. I have tried using import-module PKI but seems like it’s supported on powershell v3.0 onward .Is any other way I could create a self-signed certificate using powershell v2.0?

Answer

you could download the Windows SDK and use MakeCert

Attribution
Source : Link , Question Author : Abhaya Ghatkar , Answer Author : Mass Nerder

Leave a Comment