This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 85c413711 Update keyserver used on downloads page from 
pool.sks-keyservers.net to keyserver.ubuntu.com
85c413711 is described below

commit 85c41371156af66c49938223dffcec2418143910
Author: mck <m...@apache.org>
AuthorDate: Mon Mar 25 23:49:46 2024 +0100

    Update keyserver used on downloads page from pool.sks-keyservers.net to 
keyserver.ubuntu.com
    
     ref: https://the-asf.slack.com/archives/CJZLTM05A/p1711357217492399
    
     patch by Mick Semb Wever; reviewed by Simon Karberg
---
 site-content/source/modules/ROOT/pages/download.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/site-content/source/modules/ROOT/pages/download.adoc 
b/site-content/source/modules/ROOT/pages/download.adoc
index 17ebab8fb..1010e9096 100644
--- a/site-content/source/modules/ROOT/pages/download.adoc
+++ b/site-content/source/modules/ROOT/pages/download.adoc
@@ -188,7 +188,7 @@ Then add the public key A278B781FE4B2BDA as follows:
 
 [source]
 --
-sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-key 
A278B781FE4B2BDA
+sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key A278B781FE4B2BDA
 --
 and repeat `sudo apt-get update`. The actual key may be different, you get it 
from the error message itself. For a full list of Apache contributors public 
keys, you can refer to https://downloads.apache.org/cassandra/KEYS[Cassandra 
KEYS].
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to