mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
doc: update package signing key link
This commit is contained in:
@@ -5,14 +5,14 @@
|
|||||||
<title>repmgr source code signing key</title>
|
<title>repmgr source code signing key</title>
|
||||||
<para>
|
<para>
|
||||||
The signing key ID used for <application>repmgr</application> source code bundles is:
|
The signing key ID used for <application>repmgr</application> source code bundles is:
|
||||||
<ulink url="http://packages.2ndquadrant.com/repmgr/SOURCE-GPG-KEY-repmgr">
|
<ulink url="https://repmgr.org/download/SOURCE-GPG-KEY-repmgr">
|
||||||
<literal>0x297F1DCC</literal></ulink>.
|
<literal>0x297F1DCC</literal></ulink>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
To download the <application>repmgr</application> source key to your computer:
|
To download the <application>repmgr</application> source key to your computer:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
curl -s http://packages.2ndquadrant.com/repmgr/SOURCE-GPG-KEY-repmgr | gpg --import
|
curl -s https://repmgr.org/download/SOURCE-GPG-KEY-repmgr | gpg --import
|
||||||
gpg --fingerprint 0x297F1DCC
|
gpg --fingerprint 0x297F1DCC
|
||||||
</programlisting>
|
</programlisting>
|
||||||
then verify that the fingerprint is the expected value:
|
then verify that the fingerprint is the expected value:
|
||||||
|
|||||||
Reference in New Issue
Block a user