Skip to content
Snippets Groups Projects
Commit 17cadce1 authored by felmer's avatar felmer
Browse files

LMS-401 change from HTTP to HTTPS

SVN: 5901
parent 9fdd642f
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,16 @@ storeroot-dir = targets/store
server-url = http://localhost:8080/openbis
# The username to use when contacting the openBIS server
username = data set download server
username = <enter user name>
# The password to use when contacting the openBIS server
password = doesnotmatter
password = <enter pass wprd>
# Path to the keystore
keystore.path = <enter path>
# Password of the keystore
keystore.password = <enter password>
# Key password of the keystore
keystore.key-password = <enter key password>
File added
......@@ -13,3 +13,11 @@ username = data set download server
# The password to use when contacting the openBIS server
password = doesnotmatter
# Path to the keystore
keystore.path = etc/jetty-keystore
# Password of the keystore
keystore.password = OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4
# Key password of the keystore
keystore.key-password = OBF:1u2u1wml1z7s1z7a1wnl1u2g
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment