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