Changes between Version 30 and Version 31 of BuildingTapWindows6


Ignore:
Timestamp:
04/23/18 08:07:25 (6 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingTapWindows6

    v30 v31  
    156156== Signing files with signtool.exe ==
    157157
     158'''NOTE:''' signtool seems to expect absoluete paths to certificate files. Below only the filenames are given for clarity.
     159
    158160Sign a file using a (non-EV) certificate stored in a pfx file. Note that this process is not suitable for EV certificates, which are probably all stored in some sort of dongle and thus only visible through the Windows Certificate Store:
    159161{{{
     
    176178signtool.exe sign /v /s My /n OpenVPN /ac digicert-high-assurance-ev.crt /as /fd SHA256 tap6/amd64/tap0901.cat
    177179signtool.exe timestamp /tr http://timestamp.digicert.com /td SHA256 /tp 1 tap6/amd64/tap0901.cat
     180}}}
     181
     182Signing a file (e.g. the installer) directly with Signtool using a certificate from local PFX file.
     183{{{
     184signtool.exe sign /v /ac digicert-assured-id.crt /f digicert-user-mode-2019.pfx /p password /t http://timestamp.digicert.com tap-windows-9.22.1-I601.exe
    178185}}}
    179186