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 0d29acc commit c85cd54Copy full SHA for c85cd54
scripts/Get-Helpers.ps1
@@ -1862,7 +1862,7 @@ function Set-JenkinsCertificate {
1862
)
1863
1864
$KeyStore = "C:\ProgramData\Jenkins\.jenkins\keystore.jks"
1865
- $KeyTool = Convert-Path "C:\Program Files\Eclipse Adoptium\jre-11.*\bin\keytool.exe" # Using Temurin11jre package keytool
+ $KeyTool = Convert-Path "C:\Program Files\Eclipse Adoptium\jre-*.*\bin\keytool.exe" # Using Temurin11jre package keytool
1866
$Passkey = [System.Net.NetworkCredential]::new(
1867
"JksPassword",
1868
(New-ServicePassword -AvailableCharacters @(48..57 + 65..90 + 97..122))
0 commit comments