From: root Date: Wed, 19 Jun 1996 14:38:20 +0000 (+0000) Subject: hack for new pgp handling X-Git-Tag: rpm-4.4-release~5084 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c334b7caf95ba39075cdee4668e22d6a34872e1c;p=platform%2Fupstream%2Frpm.git hack for new pgp handling CVS patchset: 651 CVS date: 1996/06/19 14:38:20 --- diff --git a/rpm.8 b/rpm.8 index 5ccbb6e..52c46b6 100644 --- a/rpm.8 +++ b/rpm.8 @@ -260,30 +260,13 @@ Use the directory given as top level directory for all operations. In order to use the signature feature RPM must be able to run PGP (it must be installed and in your path), and it must be able to find a public key ring with RPM public keys in it. By default, -RPM looks in /usr/lib/rpm for both pubring.pgp and secring.pgp -(which is used during package builds). If your key rings are not -located there you must set the following on your /etc/rpmrc +RPM uses the PGP defaults to find the keyrings (honoring PGPPATH). +If your key rings are not located where PGP expects them to be, +you must set the following in your /etc/rpmrc .IP "\fBpgp_path\fP" Replacement path for /usr/lib/rpm. Must contain your key rings. -.IP "\fBpgp_pubring\fP" -The full path to your public key ring. -.IP "\fBpgp_secring\fP" -The full path to your secret key ring. .PP -The bare minimum you need to do to get PGP singature checking working -is install PGP and run the following: - -.nf -mkdir -p /usr/lib/rpm -cd /usr/lib/rpm -cp /mnt/crom/RPM-PGP-KEY . -touch config.txt -pgp -ka RPM-PGP-KEY pubring.pgp -.fi - -You should then be able to check the signatures of packages produced -by Red Hat Software using rpm \-K. If you want to be able to sign packages you create yourself, you also need to create your own public and secret key pair (see the PGP manual).