From 88b2f7878475131bc6c5b127ef7b95a50366ef07 Mon Sep 17 00:00:00 2001 From: Micah Snyder Date: Thu, 15 Aug 2024 15:43:23 -0400 Subject: [PATCH] Use direct link to github for talos gpg public key This is to allow curl and wget downloads because Cloudflare's bot protection blocsk those. --- src/faq/faq-upgrade.md | 2 +- src/manual/Installing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/faq/faq-upgrade.md b/src/faq/faq-upgrade.md index 37534eb..3e87c88 100644 --- a/src/faq/faq-upgrade.md +++ b/src/faq/faq-upgrade.md @@ -64,7 +64,7 @@ Please refer to our [End-of-Life (EOL) policy](faq-eol.md). You can verify the authenticity of ClamAV release packages provided [on the ClamAV downloads page](https://www.clamav.net/downloads) using [GnuPG](http://www.gnupg.org/). 1. Install GnuPG. -2. Download the [Cisco Talos GPG public key](../manual/cisco-talos.gpg). +2. Download the [Cisco Talos GPG public key](https://raw.githubusercontent.com/Cisco-Talos/clamav-documentation/main/src/manual/cisco-talos.gpg). 3. Import the key into your local public keyring: ```bash gpg --import cisco-talos.gpg diff --git a/src/manual/Installing.md b/src/manual/Installing.md index b7f4664..54db544 100644 --- a/src/manual/Installing.md +++ b/src/manual/Installing.md @@ -128,7 +128,7 @@ If you need, you can also compile and install ClamAV from source: You can verify the authenticity of ClamAV release packages provided [on the ClamAV downloads page](https://www.clamav.net/downloads) using [GnuPG](http://www.gnupg.org/). 1. Install GnuPG. -2. Download the [Cisco Talos GPG public key](../manual/cisco-talos.gpg). +2. Download the [Cisco Talos GPG public key](https://raw.githubusercontent.com/Cisco-Talos/clamav-documentation/main/src/manual/cisco-talos.gpg). 3. Import the key into your local public keyring: ```bash gpg --import cisco-talos.gpg