Skip to content

Commit

Permalink
Clarify GPG verification
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Oct 7, 2021
1 parent 4ede2f8 commit 3104b3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ The purpose in recommending checksum verification is to verify that the artifact
Below are some examples:

- **Preferred**: *download over https, PGP key full fingerprint import and `asc` verification, embedded checksum verified.*
- **Note:**: verifying the gpg signature of the hash file only is as secure as verifying the signature of the data itself and common practice (given that it's a strong hash)

```Dockerfile
ENV PYTHON_DOWNLOAD_SHA512 (sha512-value-here)
Expand Down

0 comments on commit 3104b3a

Please sign in to comment.