Decrypt Extracts

BI Cloud Connector encrypts files before upload to Universal Content Management using the imported certificate you provide. Use your private key to decrypt uploaded files.

To decrypt and verify signed files, download the signing key and verify that the keys are imported into the keystore and appear in the Key list in the Configure External Storage dialog box. Use the following command to decrypt both signed and unsigned .gpg files:

gpg --decrypt <inbound_file_name> --output <output_file_name>