TIBCO LogLogic SEM raw log gpg package ciphering

TIBCO LogLogic SEM raw log gpg package ciphering

book

Article ID: KB0077424

calendar_today

Updated On:

Products Versions
TIBCO LogLogic Security Event Manager all versions

Description

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

Issue/Introduction

How to verify signatures and decrypt LogLogic SEM raw log gpg packages