Signing with Jsign

To sign with Jsign, use the command:
java -jar <path to jsign> --keystore pkcs11.cfg --storepass changeit --storetype PKCS11 --alias <keypair alias> <unsigned file>
Alternative Sign Command (Linux Only):
jsign --keystore pkcs11properties.cfg --storepass NONE --storetype PKCS11 --alias <keypair alias> <unsigned file>
Note: Kindly replace <path to jsign>, <keypair alias>, and <unsigned file> with your actual values and file paths.