package verify
Verifies that the specified package is from Thales, and that the provided authcode is correct.
User Privileges
Users with the following privileges can perform this command:
>Admin
>Operator
Syntax
package verify <package_name> -authcode <authcode> [-des3] [-useevp]
| Option | Shortcut | Description | 
|---|---|---|
| <filename> | . | Verify the package file | 
| -authcode <authcode> | -a | Specifies the secure package authorization code provided by Thales with the secure package | 
| -des3 | -d | Use DES3 Cipher | 
| -useevp | -u | Use OpenSSL EVP API | 
Example
lunash:>package verify lunasa_update-7.1.0.spkg -authcode 5/Rd79MAGd/G9EY5 Command succeeded: decrypt package Command succeeded: verify package certificate Command succeeded: verify package signature Preparing packages... Command Result : 0 (Success)
