GPG Verification Guide
Prerequisites
You need to have GPG (GNU Privacy Guard) installed on your system:
- Windows: Gpg4win
- macOS:
brew install gpg
- Linux:
sudo apt-get install gnupg
orsudo yum install gnupg
Overview
Starting from version 0.9.2, releases are published to Maven repository and signed with the GPG key:
Verification Steps
-
Import the Trident public key:
-
Download package files:
-
Verify the signature:
A successful verification will show:
Security Notes
- Always verify downloads before using them in production
- Make sure you're using the correct public key
- Download files only from official sources
- Keep your GPG installation up to date
Troubleshooting
If you encounter issues:
- Verify you have imported the correct public key
- Ensure both the JAR and signature files are for the same version
- Check that the files were downloaded completely
- Try refreshing the GPG keyring:
gpg --refresh-keys