We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4edcb74 + ede1544 commit f06fd5bCopy full SHA for f06fd5b
SetupWinRMAccessSelfSigned.ps1
@@ -29,10 +29,10 @@ function InstallVCRedist2008() {
29
30
function InstallOpenSSL() {
31
if (!(Test-Path $opensslPath)) {
32
- $filename = "Win32OpenSSL_Light-1_0_1i.exe"
+ $filename = "Win32OpenSSL_Light-1_0_1j.exe"
33
Start-BitsTransfer -Source "http://slproweb.com/download/$filename" -Destination $filename
34
35
- VerifyHash $filename "439BA19F18803432E39F0056209B010A63B96644"
+ VerifyHash $filename "B471AED376270A6ECB087FF9CD9E28848A0B9261"
36
37
Start-Process -Wait -FilePath $filename -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
38
del $filename
0 commit comments