Skip to content

Commit

Permalink
Use direct link to github for talos gpg public key
Browse files Browse the repository at this point in the history
This is to allow curl and wget downloads because Cloudflare's bot protection blocsk those.
  • Loading branch information
micahsnyder committed Aug 15, 2024
1 parent 3c5311f commit 88b2f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/faq/faq-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/manual/Installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88b2f78

Please sign in to comment.