Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This All-in-One GUI application makes it easy to sign all kind of scripts, executables, PDF documents, RDP connection files as well as all known Office documents like Word, Excel, Powerpoint and Visio. Signing Microsoft Office documents even do not require an Office installion.

Why this application? I wrote it because code signing requires a completely different approach for each file type. The result is this program: It combines all possible approaches within one single application.

Select the folders with the files you want to get signed and run the code-signing process. Ideal for people who know what code signing is, but don’t know how to put it into practice with all different types and procedures.

Requirements: a valid Code Signing certificate, either from a Public CA like Digicert or from your own CA

Compile: load the source, choose Release X64, then copy the files to a directory of your choice. no installation neccessary afterwards. After compilation, save all files in a folder, then just start signtool.exe.

Make sure to open a direct outbound connection if you intend to run the tool in a restricted environment: allow connections at least to following URL's http://timestamp.digicert.com http://timestamp.sectigo.com http://timestamp.acs.microsoft.com http://www.msftconnecttest.com/connecttest.txt

Supported file extensions that can be signed:

  • .application
  • .appx
  • .appxbundle
  • .bat
  • .cab
  • .cat
  • .cdxml
  • .cmd
  • .cpl
  • .dll
  • .docx
  • .dotx
  • .exe
  • .manifest
  • .msi
  • .msix
  • .msixbundle
  • .msp
  • .mst
  • .ocx
  • .pdf
  • .ps1
  • .ps1xml
  • .psd1
  • .psm1
  • .pptx
  • .pssc
  • .rdp
  • .scr
  • .sys
  • .vsdx
  • .xaml
  • .xlsx

be aware that signed RDP connection files do not have a timestamp, hence the signature will be not valid when the certificate is expired, then they must be signed again. PDF files are stored in folder C:\soft\Signing\PDF-Files-signed after they have been signed.

Releases

Packages

Contributors

Languages