From 930109ec3399035c4870a6c6a673537ca4813960 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Thu, 4 Feb 2021 07:36:02 -0500 Subject: [PATCH] docs: Simplify the cloudsmith URL a bit more https://github.com/caddyserver/website/issues/134#issuecomment-773271563 --- src/docs/markdown/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index 5a77f0c..6712f79 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -44,7 +44,7 @@ This package also comes with a `caddy-api` systemd service using our official [` Stable releases:
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
-curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.155B6D79CA56EA34.key' | sudo apt-key add -
+curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo apt-key add -
 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/config.deb.txt?distro=debian&version=any-version' | sudo tee -a /etc/apt/sources.list.d/caddy-stable.list
 sudo apt update
 sudo apt install caddy
@@ -52,7 +52,7 @@ Stable releases: Testing releases (includes betas and release candidates):
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
-curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/gpg.155B6D79CA56EA34.key' | sudo apt-key add -
+curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/gpg.key' | sudo apt-key add -
 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/testing/config.deb.txt?distro=debian&version=any-version' | sudo tee -a /etc/apt/sources.list.d/caddy-testing.list
 sudo apt update
 sudo apt install caddy