1.2 Configuration for storing key for decrypting uploaded files and creating encrypted response files
The key used for file decryption by default decryptor is stored in database in digx_fw_config_all_b
with prop_id as ENCRYPTION_KEY
.
- If this is to be stored in WLS connector update the property as below:
update digx_fw_config_all_b set prop_value='KEY_STORE' where prop_id='ENCRYPTION_KEY_LOCATION';
- Update the encryption key in connector as below:
- Click New → Select ra/DIGXConnectorFILEUPLOAD → Next → Select Default User.
- In Password field, enter the encryption key.
Parent topic: File Uploads