Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Bonic <[email protected]>
  • Loading branch information
Janos Bonic committed Jul 31, 2024
1 parent 2a1e758 commit 9cc0e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIRROR-SPECIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Note: not all platform/architecture combinations lead to valid artifacts. Also n

Verifying the integrity of mirrored files should be performed for every download to ensure that no malicious binaries have been introduced to the mirror. The verification should be performed in the following two steps:

1. Verify the SHa256 checksum of the downloaded artifact against the file called `tofu_{{ .Version }}_SHA256SUMS`. This file has lines in the following format. The entries are separated by two spaces and end with a newline (`\n`), but no carriage return (`\r`). Implementations SHOULD nevertheless strip extra whitespace characters and disregard empty newlines.
1. Verify the SHA256 checksum of the downloaded artifact against the file called `tofu_{{ .Version }}_SHA256SUMS`. This file has lines in the following format. The entries are separated by two spaces and end with a newline (`\n`), but no carriage return (`\r`). Implementations SHOULD nevertheless strip extra whitespace characters and disregard empty newlines.
```
HEX-ENCODED-SHA256-CHECKSUM FILENAME
```
Expand Down

0 comments on commit 9cc0e01

Please sign in to comment.