Skip to content

Commit 64cc17a

Browse files
authored
Merge pull request #24 from corneliusdavid/main
optionally use CertUtil instead of PowerShell
2 parents 8b00dcc + 3ce2afa commit 64cc17a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ You can verify the generated `measurements.txt` with a `SHA256` utility:
128128
```bash
129129
$ sha256sum ./data/measurements.txt
130130
```
131+
**Windows (Command Line)**
132+
```
133+
C:>CertUtil -hashfile .\data\measurements.txt SHA256
134+
```
131135
**Windows (PowerShell)**
132136
```powershell
133137
Get-FileHash .\data\measurements.txt -Algorithm SHA256

0 commit comments

Comments
 (0)