We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5d66fd + 65057ed commit 0bccc70Copy full SHA for 0bccc70
SetupWinRMAccessSelfSigned.ps1
@@ -29,10 +29,10 @@ function InstallVCRedist2008() {
29
30
function InstallOpenSSL() {
31
if (!(Test-Path $opensslPath)) {
32
- $filename = "Win32OpenSSL_Light-1_0_2a.exe"
+ $filename = "Win32OpenSSL_Light-1_0_2e.exe"
33
Start-BitsTransfer -Source "http://slproweb.com/download/$filename" -Destination $filename
34
35
- VerifyHash $filename "AAF55598A2B0730196BA9B9FDB6B65C75009A407"
+ VerifyHash $filename "c34ca214a6dc724e9a710ba96f53de32e5a55dc2"
36
37
Start-Process -Wait -FilePath $filename -ArgumentList "/silent /verysilent /sp- /suppressmsgboxes"
38
del $filename
0 commit comments