Advanced installation
Explains how to perform advanced setup on SonarQube Server including web connection parameter change.
Last updated
Was this helpful?
Was this helpful?
keytool -importcert -file $PATH_TO_CERTIFICATE -alias $CERTIFICATE_NAME -keystore /$JAVA_HOME/lib/security/cacerts -storepass changeit -trustcacerts -nopromptdocker run -d --name sonarqube -v /path/to/your/cacerts.truststore:/opt/java/openjdk/lib/security/cacerts:ro -p 9000:9000 sonarqube caCerts:
enabled: true
image: adoptopenjdk/openjdk17:alpine
secret: your-secretecho "networkaddress.cache.ttl=5" >> "${JAVA_HOME}/conf/security/java.security"