Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Add Extra Truststore for TRS (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h authored Nov 19, 2021
1 parent 40bd3a8 commit 2c3e3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cwa-testresult-server:
hostname-verify: false
key-store: ${SSL_VERIFICATION_KEYSTORE_PATH}
key-store-password: ${SSL_VERIFICATION_KEYSTORE_PASSWORD}
trust-store: ${SSL_VERIFICATION_TRUSTSTORE_PATH}
trust-store-password: ${SSL_VERIFICATION_TRUSTSTORE_PASSWORD}
trust-store: ${SSL_TESTRESULTSERVER_TRUSTSTORE_PATH}
trust-store-password: ${SSL_TESTRESULTSERVER_TRUSTSTORE_PASSWORD}
disable-dob-hash-check-for-external-test-result: ${DISABLE_DOB_EXTERNAL_TR}
allowed-client-certificates: ${VERIFICATION_ALLOWEDCLIENTCERTIFICATES}

0 comments on commit 2c3e3b6

Please sign in to comment.