diff --git a/dataset_download/dist/etc/service.properties b/dataset_download/dist/etc/service.properties index 64b731b0557ea7caceaf8a02304138bdfada70fe..a7d6634d2a1dc8619372587829e50a8680bbafd0 100644 --- a/dataset_download/dist/etc/service.properties +++ b/dataset_download/dist/etc/service.properties @@ -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> diff --git a/dataset_download/etc/jetty-keystore b/dataset_download/etc/jetty-keystore new file mode 100644 index 0000000000000000000000000000000000000000..b727bd0fb777fddb3463c81cb56963a7541f7b45 Binary files /dev/null and b/dataset_download/etc/jetty-keystore differ diff --git a/dataset_download/etc/service.properties b/dataset_download/etc/service.properties index 32d8a123ccc0845a9cb9148ed142b32c8d75f251..2aa0242d4425a7253e6036461cda1cb4daf3f2d6 100644 --- a/dataset_download/etc/service.properties +++ b/dataset_download/etc/service.properties @@ -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