Mailinglist Archive: opensuse-factory (242 mails)
| < Previous | Next > |
Re: [opensuse-factory] "Would you like to trust this key?"
- From: "Duncan Mac-Vicar P." <dmacvicar@xxxxxxx>
- Date: Tue, 6 Nov 2007 00:57:15 +0100
- Message-id: <200711060057.15324.dmacvicar@xxxxxxx>
On Thursday 01 November 2007 11:38:22 am Michal Marek wrote:
those are the trusted keys that are always seen as trusted
those are the known keys, can be untrusted
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
rpm -qi gpg-pubkey | less
(these are keys imported into the rpm db, but they'll usually match
those used to sign the repos).
those are the trusted keys that are always seen as trusted
find /var/lib/zypp/ -name '*.key' | xargs -L 1 gpg
are the keys used by zypp.
those are the known keys, can be untrusted
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |