aboutsummaryrefslogtreecommitdiffstats
path: root/en/downloads
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2023-02-26 10:42:33 +0100
committerPapoteur <papoteur@mageia.org>2023-02-27 09:54:39 +0100
commitd063046526959e0d56947d21b4d45e101a95d176 (patch)
tree2d1f32c76d153596ed9b9f6f6182871953cc3f27 /en/downloads
parent5cef8e632717531a2eb188d50ff936cef55b172e (diff)
downloadwww-d063046526959e0d56947d21b4d45e101a95d176.tar
www-d063046526959e0d56947d21b4d45e101a95d176.tar.gz
www-d063046526959e0d56947d21b4d45e101a95d176.tar.bz2
www-d063046526959e0d56947d21b4d45e101a95d176.tar.xz
www-d063046526959e0d56947d21b4d45e101a95d176.zip
Fix GPG keyserver to keyserver.ubuntu.com, previous one is out. (mga#29470)
Diffstat (limited to 'en/downloads')
-rw-r--r--en/downloads/get/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index ca7e9b4c1..51e9ba8eb 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -309,9 +309,9 @@ if ($num_checksums > 0 && !$torrent) {
<p><?php _g('You can also verify the signature of an ISO.', null, ' ');
_g('They are also available for download as files:', null, ' ');
echo "$signature_links. ";
-echo sprintf(_r('First you need to import the "Mageia Release" key from a <a href="%s">MIT PGP Public Key Server</a>:'), 'https://sks-keyservers.net/'); ?></p>
+echo sprintf(_r('First you need to import the "Mageia Release" key from a <a href="%s">PGP Public Key Server</a>:'), 'https://keyserver.ubuntu.com/'); ?></p>
<pre class="term pre-scrollable">
-$ gpg --keyserver pool.sks-keyservers.net --recv-keys EDCA7A90
+$ gpg --keyserver keyserver.ubuntu.com --recv-keys EDCA7A90
</pre>
<p><?php _g('In response there should be one of the following lines:'); ?></p>
<pre class="term pre-scrollable">