Update 'build-sonarscanner.jenkins'

This commit is contained in:
Hyatt 2021-05-22 20:15:59 +00:00
parent 064f4c8358
commit 5d8eda5cfb

View File

@ -67,8 +67,8 @@ RUN printf '%s\\n' "-----BEGIN CERTIFICATE-----" \\
keytool \\ keytool \\
-importcert \\ -importcert \\
-noprompt \\ -noprompt \\
-alias ${caName} \\ -alias test-chamber-13 \\
-file /etc/ssl/private/${caName} \\ -file /etc/ssl/private/test-chamber-13.lan.root.crt \\
-keystore /opt/java/openjdk/lib/security/cacerts \\ -keystore /opt/java/openjdk/lib/security/cacerts \\
-storepass "changeit" -storepass "changeit"