Skip to content

Commit

Permalink
Fix verification description (boo#1211156).
Browse files Browse the repository at this point in the history
  • Loading branch information
hramrach committed May 31, 2024
1 parent 606b8a0 commit f700182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ usb_desc: For USB stick
metalink: Metalink
pick_mirror: Pick Mirror
checksum: Checksum
signature: Signature
torrent_file: Torrent File
offline_updated_image: Updated Offline Image
offline_image: Offline Image
Expand Down Expand Up @@ -168,9 +169,9 @@ verify_download_p1: "Many applications can verify the checksum of a download. To
your download can be important as it verifies you really have got the\nISO file\
\ you wanted to download and not some broken version.\n"
verify_download_p2: |
For each ISO, we offer a checksum file with the corresponding SHA256 sum.
For each ISO, we offer a checksum file with the corresponding SHA256 sum, and a signature file with a cryptographic signature.
verify_download_p3: |
For extra security, you can use sha256sum to verify who signed those .sha256 files.
To ensure integrity of the downloaded file you can use sha256sum to verify the checksum, and gpgv to verify the cryptographic signature.
verify_download_pubkey: It should be
verify_download_help: For more help verifying your download please read
verify_download_checksums_help: Checksums Help
Expand Down

0 comments on commit f700182

Please sign in to comment.