Passing cert to sonarqube docker container

What is the proper way to hand certificates to the sonarqube docker container so it can provide an encrypted connection? I looked into https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/ (which implies the web server is run in java) but it does not seem to be appropriate, and I thought the expected way is to pass configuration parameters using environmental variables.

Hi Mauricio,

SonarQube doesn’t directly support HTTPS. Instead, we recommend you put a reverse proxy in front of it.