Skip to content

Commit f06fd5b

Browse files
committed
Merge pull request #15 from virmitio/master
updating openssl to 1.0.1j
2 parents 4edcb74 + ede1544 commit f06fd5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SetupWinRMAccessSelfSigned.ps1

Lines changed: 2 additions & 2 deletions
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_1i.exe"
32+
$filename = "Win32OpenSSL_Light-1_0_1j.exe"
3333
Start-BitsTransfer -Source "http://slproweb.com/download/$filename" -Destination $filename
3434

35-
VerifyHash $filename "439BA19F18803432E39F0056209B010A63B96644"
35+
VerifyHash $filename "B471AED376270A6ECB087FF9CD9E28848A0B9261"
3636

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

0 commit comments

Comments
 (0)