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.
1 parent 7da1c90 commit 29a0214Copy full SHA for 29a0214
setup/common/keytool.ps1
@@ -75,6 +75,6 @@ function Import-TrustedCaCerts([string] $keystorePath, [string] $keystorePwd, [s
75
}
76
77
$certFiles | ForEach-Object {
78
- Import-TrustedCaCert $caCertsFilePath $keystorePwd $_
+ Import-TrustedCaCert $keystorePath $keystorePwd $_
79
80
0 commit comments