Skip to content

Commit 26cc31f

Browse files
committed
Merge pull request #16 from virmitio/master
updating openssl to 1.0.2a
2 parents 9b565a6 + 2073387 commit 26cc31f

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_1j.exe"
32+
$filename = "Win32OpenSSL_Light-1_0_2a.exe"
3333
Start-BitsTransfer -Source "http://slproweb.com/download/$filename" -Destination $filename
3434

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

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

0 commit comments

Comments
 (0)