cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1190
Views
5
Helpful
2
Replies

Cisco ISE 3.0 .GPG logs file

ifabrizio
Level 1
Level 1

Dear all,

I'm working on two new Ise nodes and trying to practice troubleshooting.

I set the DEBUG on APi-Gateway Log, then I tried to download the Logs, I got a .GPG file encrypted with the pre-shared key I had chosen.

My question is is there an official or Cisco approved GPG tool to open this file with Windows 64 bit?

Best regards,

JF

1 Accepted Solution

Accepted Solutions

Arne Bier
VIP
VIP

These files tend to be unix tar files that are encrypted with PGP.

I tend to use the Windows Linux Subsystem CLI - but the other Windows tools also work.

 

gpg -v --batch --yes --passphrase myEncryptionKey -d somefile.tar.gpg > somefile.tar

 

View solution in original post

2 Replies 2

poongarg
Cisco Employee
Cisco Employee

Hi JF,

As such there is no official or Cisco approved GPG tool to decrypt the gpg file in Windows, however there are tools available for Windows like Kleopatra or gpg or GnuPG.

 

Arne Bier
VIP
VIP

These files tend to be unix tar files that are encrypted with PGP.

I tend to use the Windows Linux Subsystem CLI - but the other Windows tools also work.

 

gpg -v --batch --yes --passphrase myEncryptionKey -d somefile.tar.gpg > somefile.tar