I am following the Debian 9 installation guide and I am having a problem when running the ‘GPG’ step:
gpg --list-keys --fingerprint | grep -i -B 2 ‘SERVER_KEY@EMAIL.TEST’
This command only returns the following:
gpg: checking the trustdb
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 4 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 4u
gpg: next trustdb check due at 2020-04-24
There is no fingerprint shown and if I try to export the key using:
gpg --armor --export-secret-keys
I receive this:
gpg: WARNING: nothing exported
Any assistance would be appreciated.