Quote from: queenimo on August 05, 2012, 12:58 pmHi! I'm running 10.5.8. I managed to generate my keys, but since I can't use GPG Services & keyboard shortcuts with Leopard, how should I figure this out? Is it possible to use Terminal?Yes it is.I suggest you start by reading my GPG configuration HOWTO:http://dkn255hz262ypmii.onion/index.php?topic=34204.0A decent configuration file will make using GPG on the command line much easier.I will be writing a proper introduction to the command line later, but in the mean time run:Code: [Select]gpg --helpThis will show you the most basic and commonly used options.By default OS X has an older version of GPG 1.4.x installed to /usr/bin/gpg, but GPGTools installs files to /usr/local/MacGPG2/ and creates symbolic links in /usr/local/bin for about half a dozen executable files.Run this:Code: [Select]gpg --versionThen run this:Code: [Select]gpg2 --versionIf the output is the same then you can just use the gpg command in Terminal. If the output (version numbers) are different then use gpg2 instead.