More separation between keys
This commit is contained in:
parent
37198e1696
commit
9927969e39
|
@ -428,6 +428,9 @@ function show_full_gpg_key {
|
|||
echo ''
|
||||
echo ''
|
||||
gpg --armor --export $GPG_ID
|
||||
echo ''
|
||||
echo ''
|
||||
echo ''
|
||||
gpg --armor --export-secret-key $GPG_ID
|
||||
any_key
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue