Skip to content

Commit

Permalink
updating openssl to 1.0.1j
Browse files Browse the repository at this point in the history
  • Loading branch information
virmitio committed Oct 16, 2014
1 parent 4edcb74 commit ede1544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SetupWinRMAccessSelfSigned.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ede1544

Please sign in to comment.