Verifying software downloads
This topic describes how to verify the digital signature of the signed file that you downloaded from the Customer Support website. Verification ensures that the downloaded package has not been altered since it was signed and posted to the site. Before proceeding with verification, download the OpenText Application Security Software product files and their associated signature (*.sig) files. You are not required to verify the package to use the software, but your organization might require it for security reasons.
Preparing your system for digital signature verification
To prepare your system for electronic media verification:
- Go to the GnuPG website.
- Download and install GnuPG Privacy Guard.
Generate a private key, as follows:
Run the following command (on a Windows system, run the command without the
$prompt):$ gpg ‑‑gen‑key- When prompted for key type, select
DSA and Elgamal. - When prompted for a key size, select
2048. - When prompted for the length of time the key should be valid, select
key does not expire. - Answer the user identification questions and provide a passphrase to protect your private key.
Download the OpenText GPG public keys (compressed tar file) from https://mysupport.microfocus.com/documents/10180/0/MF_public_keys.tar.gz.
- Extract the public keys.
Import each downloaded key with GnuPG with the following command:
gpg --import <path_to_key>/<key_file>