Skip to content

Commit 29a0214

Browse files
author
Steve Salas
committed
Use correct keystore to fix Import-TrustedCaCerts
1 parent 7da1c90 commit 29a0214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/common/keytool.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ function Import-TrustedCaCerts([string] $keystorePath, [string] $keystorePwd, [s
7575
}
7676

7777
$certFiles | ForEach-Object {
78-
Import-TrustedCaCert $caCertsFilePath $keystorePwd $_
78+
Import-TrustedCaCert $keystorePath $keystorePwd $_
7979
}
8080
}

0 commit comments

Comments
 (0)