# --------------------------------------- # Module: ssl --module=ssl ### SSL Keystore Configuration # define the port to use for secure redirection jetty.secure.port=8443 ## Setup a demonstration keystore and truststore jetty.keystore=etc/openBIS.keystore jetty.truststore=etc/openBIS.keystore ## Set the demonstration passwords. ## Note that OBF passwords are not secure, just protected from casual observation ## See http://www.eclipse.org/jetty/documentation/current/configuring-security-secure-passwords.html jetty.keystore.password=changeit jetty.keymanager.password=changeit jetty.truststore.password=changeit ### Set the client auth behavior ## Set to true if client certificate authentication is required # jetty.ssl.needClientAuth=true ## Set to true if client certificate authentication is desired # jetty.ssl.wantClientAuth=true ## Parameters to control the number and priority of acceptors and selectors # ssl.selectors=1 ssl.acceptors=2 # ssl.selectorPriorityDelta=0 # ssl.acceptorPriorityDelta=0