Use the PROSIGN utility to sign and verify an archive
- Last Updated: August 6, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The PROSIGN utility signs and verifies archives created with the
PROSIGN utility. Its syntax is:
| Operating system | Syntax |
|---|---|
| UNIX, Windows |
|
Note: The PROSIGN utility is based on the Java
jarsign command. The options are similar to the
Java jarsigner command operation modifiers. For more
information about jarsigner, see the Java
documentation.- option
-
The following table lists the options and their descriptions:
Option Description --alias alias-nameKeystore alias. This option may occur multiple times. --archive input-archive-filenameThe archive file being signed and verified. --jarsignerarg [jarsignerOption]Pass-through argument to Java jarsigner. This option may occur multiple times. For more information, see the Java documentation. --signedarchive output-archive-filenameThe name of the signed archive file. --verboseDisplays verbose messages. --verifyVerifies archive signature. --helpDisplays help messages.