Products | Versions |
---|---|
TIBCO LogLogic Security Event Manager | all versions |
The raw logs and element event are stored as gpg archives.
If you have not entered the public encryption key in archive settings then the archives will not be encrypted but only signed by SMP. To verify the signature, you can use the public signature key in /home/exaprotect/conf/INSTANCE/exaprotect.pub with the command:
gpg --keyring PUBLIC_KEY -o outfile.tar.gz -d archive.gpg
If you have entered the public encryption key in archive settings then archives are encrypted and signed. You will need SMP's public key and your own private key to decrypt the files with the command:
gpg --secret-keyring PRIVATE_KEY --keyring PUBLIC_KEY -o outfile.tar.gz -d archive.gpg