Skip to content

Checksum for install.ps1? #2737

Answered by JPRuskin
mepolhamus asked this question in Q&A
Discussion options

You must be logged in to vote

We do sign the Install.ps1 file, and you can verify that after download - Get-AuthenticodeSignature -PSPath $PathToFile

If the script is changed, the signature will no longer be valid/verified, showing instead a status of HashMismatch.

Depending on how you test this, of course, there's the possibility that someone might modify the script and resign it with a valid (but different) code signing certificate.

I realise that's not quite an answer to "have we published a checksum for the Install.ps1 file", but I hope it solves something of the same problem (i.e. confidence that the file has not been tampered with)?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mepolhamus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants