From ede1544b56419dbcb5c6880ad92706efb853ce83 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Thu, 16 Oct 2014 13:36:06 -0700 Subject: [PATCH] updating openssl to 1.0.1j --- SetupWinRMAccessSelfSigned.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SetupWinRMAccessSelfSigned.ps1 b/SetupWinRMAccessSelfSigned.ps1 index 286a9b7..1861af5 100644 --- a/SetupWinRMAccessSelfSigned.ps1 +++ b/SetupWinRMAccessSelfSigned.ps1 @@ -29,10 +29,10 @@ function InstallVCRedist2008() { function InstallOpenSSL() { if (!(Test-Path $opensslPath)) { - $filename = "Win32OpenSSL_Light-1_0_1i.exe" + $filename = "Win32OpenSSL_Light-1_0_1j.exe" Start-BitsTransfer -Source "http://slproweb.com/download/$filename" -Destination $filename - VerifyHash $filename "439BA19F18803432E39F0056209B010A63B96644" + VerifyHash $filename "B471AED376270A6ECB087FF9CD9E28848A0B9261" Start-Process -Wait -FilePath $filename -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes" del $filename