LoginSignup
0
0

More than 5 years have passed since last update.

pfxファイルを使ってsigntoolでコード署名する時の引数

Last updated at Posted at 2017-03-03

signtool は WindowsSDKに付属している署名ツール。

オレオレ証明書(コード署名)したい場合は以下の記事を参考にする
http://qiita.com/jTakasuRyuji/items/4db1da1936b4f63390dd

引数など
signtool sign /f HOGEHOGE.pfx 
              /p YOURPASSWORD 
              /d UACで表示される文字 
              /t http://指定されたタイムスタンプサーバURL 
              EXEとかMSIとか

実際は改行なしで記述。

実行結果
  Done Adding Additional Store
  Successfully signed: E:\YOURAPP.exe
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0