简体   繁体   中英

Which certificate for digital signing a visual studio integration extension(.vsix) with VSIXSignTool?

I want to add a digital signature to a Visual Studio Integration Extension (.vsix).

I followed the tutorial on the Microsoft docs: https://docs.microsoft.com/en-us/visualstudio/extensibility/signing-vsix-packages?view=vs-2019 which uses the VSIXSignTool.

The tutorial asks for a 'password protected certificate file'. I assume it is a code signing certificate in.pfx format. Right?

Apparently there are 2 kinds of code signing certificates:

Which one works with the VSIXSignTool?

VSIXSignTool works with the regular Code Signing Certificate just fine. Extended Validation is not required.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM