Advanced setup
Advanced setup when installing SonarQube Server from the ZIP file.
Self Signed Certificates of DevOps platforms
keytool -importcert -file $PATH_TO_CERTIFICATE -alias $CERTIFICATE_NAME -keystore /$JAVA_HOME/lib/security/cacerts -storepass changeit -trustcacerts -nopromptChanging SonarQube DNS cache TTL
echo "networkaddress.cache.ttl=5" >> "${JAVA_HOME}/conf/security/java.security" Adjusting Java executable path
Enabling IPv6
Keeping user sessions alive on server restart
Related pages
Was this helpful?

