Skip to content

Instantly share code, notes, and snippets.

@adsl99801
Last active March 31, 2018 08:30
Show Gist options
  • Save adsl99801/767274ed400209ecc14fe261a65428bf to your computer and use it in GitHub Desktop.
Save adsl99801/767274ed400209ecc14fe261a65428bf to your computer and use it in GitHub Desktop.
create cert on windows with windows SDK
https://msdn.microsoft.com/zh-tw/library/ff699202.aspx
.\makecert.exe -sv P1.pvk -n "CN=P1" P1.cer -b 03/28/2018 -e 03/27/2019 -r
.\pvk2pfx.exe -pvk .\P1.pvk -spc .\P1.cer -pfx .\P1.pfx -pi P1 -po P1
C:\Program Files\Common Files\microsoft shared\VSTO\10.0> .\VSTOInstaller.exe /U 'C:\Users\user\Documents\MediaAddIn\MediaAddin.vsto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment