Installing and Configuring JSign

Install JSign

  1. Download the latest JSign JAR(7.4) from the official releases page https://github.com/ebourg/jsign/releases.

  2. Create a directory C:\Tools\jsign and copy the downloaded JAR file into that folder.

  3. Open a PowerShell window in admin mode and open the jsign folder.

  4. Check the jsign version.

cd C:\Tools\jsign
java -jar jsign-7.4.jar --version
image-20260703-062255.png


JSign version detail

Install the PowerShell PKI Module

PKI Module is intended to simplify various PKI management tasks by using automation with
Windows PowerShell. It is intended for Certification Authority (CA) management.
1. Install all the PKI modules using the below command in PowerShell.

C:\> Install-Module -Name PSPKI
Screenshot 2026-06-29 134735-20260629-081735.png


Install PKI module

  1. Verify the following PKI modules are installed correctly by running the following command.

Get-Command -Module PKI
Screenshot 2026-06-29 134755-20260629-081755.png


PKI module details