@@ -428,6 +428,9 @@ function show_full_gpg_key {
echo ''
gpg --armor --export $GPG_ID
+ echo ''
gpg --armor --export-secret-key $GPG_ID
any_key
}