How do I create a self-signed certificate for code signing on Windows?

后端 未结 5 800
抹茶落季
抹茶落季 2020-11-22 17:08

How do I create a self-signed certificate for code signing using tools from the Windows SDK?

5条回答
  •  一个人的身影
    2020-11-22 17:22

    As of PowerShell 4.0 (Windows 8.1/Server 2012 R2) it is possible to make a certificate in Windows without makecert.exe.

    The commands you need are New-SelfSignedCertificate and Export-PfxCertificate.

    Instructions are in Creating Self Signed Certificates with PowerShell.

提交回复
热议问题