From cceb8cd171a57ddb8506d560850897dbab7456ce Mon Sep 17 00:00:00 2001 From: Rajakavitha Kodhandapani Date: Tue, 3 Dec 2024 12:24:08 +0530 Subject: [PATCH] [update] Installing and Configuring the Caddy Web Server on Debian 10 Updated the installation command after validating on Debian 10 --- .../index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guides/web-servers/caddy/how-to-install-and-configure-caddy-on-debian-10/index.md b/docs/guides/web-servers/caddy/how-to-install-and-configure-caddy-on-debian-10/index.md index cf02da4cc8c..06f6d6a68af 100644 --- a/docs/guides/web-servers/caddy/how-to-install-and-configure-caddy-on-debian-10/index.md +++ b/docs/guides/web-servers/caddy/how-to-install-and-configure-caddy-on-debian-10/index.md @@ -36,15 +36,17 @@ aliases: ['/web-servers/caddy/how-to-install-and-configure-caddy-on-debian-10/'] 1. Download `caddy`: - sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https - curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo tee /etc/apt/trusted.gpg.d/caddy-stable.asc + sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl + curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list 1. Install Caddy: + sudo apt update sudo apt install caddy 1. To verify the installation of caddy type: + caddy version An output similar to the following appears: