From 029ba46470da73e40dc381fd17450d5f649560a8 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Fri, 15 Jun 2018 11:14:10 +0900 Subject: [PATCH] doc: remove info about old RPM package repository --- doc/appendix-signatures.sgml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/doc/appendix-signatures.sgml b/doc/appendix-signatures.sgml index be8d4237..b398d1cb 100644 --- a/doc/appendix-signatures.sgml +++ b/doc/appendix-signatures.sgml @@ -33,34 +33,5 @@ - - repmgr RPM signing key - - The signing key ID used for repmgr source code bundles is: - - 0x702D883A. - - - - To download the repmgr source key to your computer: - - curl -s http://packages.2ndquadrant.com/repmgr/RPM-GPG-KEY-repmgr | gpg --import - gpg --fingerprint 0x702D883A - - then verify that the fingerprint is the expected value: - - AE4E 390E A58E 0037 6148 3F29 888D 018B 702D 883A - - - - To check a repository RPM, use rpmkeys to load the - packaging signing key into the RPM database then use rpm -K, e.g.: - - sudo rpmkeys --import http://packages.2ndquadrant.com/repmgr/RPM-GPG-KEY-repmgr - rpm -K postgresql-bdr94-2ndquadrant-redhat-1.0-2.noarch.rpm - - - -