As I run the command 'gpg --list-public-keys' I got followings:
Code:
/root/.gnupg/pubring.gpg
------------------------
pub 1024D/35F23AA4 2014-03-18
uid My Name <test.test@mycompany.com>
sub 2048g/40F89878 2014-03-18
pub 1024D/10CE1A93 2014-03-18
uid Father (RPM Signing Key) <itdatacentreproduction@mycompany.com>
sub 2048g/C4E75B87 2014-03-18
But as I run command 'gpg --list-secret-keys', I got:
Code:
/root/.gnupg/secring.gpg
------------------------
sec 1024D/10CE1A93 2014-03-18
uid Father (RPM Signing Key) <itdatacentreproduction@mycompany.com>
ssb 2048g/C4E75B87 2014-03-18
I wonder how can I delete or remove the first public key?