diff options
Diffstat (limited to 'en/downloads')
-rw-r--r-- | en/downloads/get/index.php | 4 |
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"> |