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