Changes between Version 6 and Version 7 of VerifyPackageSignatures
- Timestamp:
- 09/10/08 13:54:06 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VerifyPackageSignatures
v6 v7 1 1 = Verifying the Signatures of Tycoon RPM packages = 2 2 3 This page describes how to configure your system to automatically verify the Tycoon RPM signatures. Some distributions by default allow you to install packages without verifying the signatures, but this leaves you open to malicious code. This configuration process closes that hole.3 This page describes how to configure your system to verify the Tycoon RPM signatures. You do not need to do this if you are using yum, which handles this automatically. You only need to do this if you are installing RPM packages by hand. 4 4 5 1. Download the [http://tycoon.hpl.hp.com/ attachment/wiki/VerifyPackageSignatures/RPM-GPG-KEY-klai public key].5 1. Download the [http://tycoon.hpl.hp.com/~tycoon/dl/yum/RPM-GPG-KEY-klai public key]. 6 6 2. Import the key into your RPM key database: 7 7 {{{ 8 8 [user@providinghost ~]$ sudo rpm --import RPM-GPG-KEY-klai 9 9 Password: 10 [user@providing ohst ~]$10 [user@providinghost ~]$ 11 11 }}} 12 13 RPM will now automatically check the signature of all Tycoon RPMS that you install.
