Use the PROSIGN utility to sign and verify an archive
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The PROSIGN utility signs and verifies archives created with the
PROSIGN utility.
| 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.
Note: If FIPS mode is enabled, PROSIGN must use a Cryptographic Module Validation
Program (CMVP) cryptographic module.