diff options
author | John W <jjw-github@johntology.org> | 2014-03-13 21:41:57 -0400 |
---|---|---|
committer | John W <jjw-github@johntology.org> | 2014-03-20 00:18:26 -0400 |
commit | 2e7d7dc516b88eed2515eebe41117a220c16dd63 (patch) | |
tree | 58ac6e53f635cace9b75ac3aed290745df9d4265 /sonar-application | |
parent | 0b346f7c683e0da7e9a8dda695df92838322bb54 (diff) | |
download | sonarqube-2e7d7dc516b88eed2515eebe41117a220c16dd63.tar.gz sonarqube-2e7d7dc516b88eed2515eebe41117a220c16dd63.zip |
adding clientAuth comment
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index d6aa431d730..c9de3398980 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -133,6 +133,12 @@ sonar.jdbc.timeBetweenEvictionRunsMillis=30000 # and the first provider that supports the truststore type is used (see sonar.web.https.truststoreType). #sonar.web.https.truststoreProvider= +# HTTPS - whether to enable client certificate authentication. +# The default is false (client certificates disabled). +# Other possible values are 'want' (certificates will be requested, but not required), +# and 'true' (certificates are required). +#sonar.web.https.clientAuth=false + # The maximum number of connections that the server will accept and process at any given time. # When this number has been reached, the server will not accept any more connections until # the number of connections falls below this value. The operating system may still accept connections |