gpg --list-sigs
mi dà qualcosa come il seguente (ho modificato l'output solo per mostrare le righe interessanti / diverse):
pub 2048R/4ACE309C 2016-11-01
uid lala_test2 <[email protected]>
sig 3 4ACE309C 2016-11-01 lala_test2 <[email protected]>
uid test_key <[email protected]>
sig 3 4ACE309C 2016-11-01 lala_test2 <[email protected]>
sub 2048R/EA9FDC87 2016-11-01
sig 4ACE309C 2016-11-01 lala_test2 <[email protected]>
sig 2 03A9DA1F 2014-02-11 [User ID not found]
sig 3 5B51CBCF 2011-10-25 [User ID not found]
sig 3 06B47049 2011-10-26 [User ID not found]
sig 3 00C85EF1 2011-10-31 [User ID not found]
sig 3 5A4BEDCE 2011-10-06 [User ID not found]
sig 1 F2648165 2011-10-07 [User ID not found]
sig X CA57AD7C 2005-07-31 [User ID not found]
sig X CA57AD7C 2005-08-01 [User ID not found]
sig 2 X DC79FAC9 2003-09-26 [User ID not found]
sig 7EE2682F 2016-06-03 [User ID not found]
rev 7EE2682F 2016-06-03 [User ID not found]
I tag nella prima colonna indicano:
- pub - > chiave pubblica
- uid - > ID utente
- sig - > firma, da un'altra persona che afferma di fidarsi della chiave sotto il tag pub
- sub - > sottochiave
- rev - > è una firma la cui chiave è stata revocata dal firmatario?
2048R - > 2048 è la dimensione della chiave e R per RSA. C'è anche l'ID della chiave breve, la data di creazione, e l'ultimo è l'ID utente quando disponibile.
Che cosa significano i numeri in una riga sig dopo la prima colonna?