Skip to content

Commit 0bccc70

Browse files
committed
Merge pull request #17 from rbuzatu90/master
Updated OpenSSL package
2 parents b5d66fd + 65057ed commit 0bccc70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SetupWinRMAccessSelfSigned.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ function InstallVCRedist2008() {
2929

3030
function InstallOpenSSL() {
3131
if (!(Test-Path $opensslPath)) {
32-
$filename = "Win32OpenSSL_Light-1_0_2a.exe"
32+
$filename = "Win32OpenSSL_Light-1_0_2e.exe"
3333
Start-BitsTransfer -Source "http://slproweb.com/download/$filename" -Destination $filename
3434

35-
VerifyHash $filename "AAF55598A2B0730196BA9B9FDB6B65C75009A407"
35+
VerifyHash $filename "c34ca214a6dc724e9a710ba96f53de32e5a55dc2"
3636

3737
Start-Process -Wait -FilePath $filename -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
3838
del $filename

0 commit comments

Comments
 (0)