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

Commit

Permalink
load server ssl keystore + password from vault (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
mschulte-tsi authored Aug 26, 2021
1 parent 4034497 commit 1095d12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ cwa-verification-server:
key-store-password: ${SSL_PORTAL_KEYSTORE_PASSWORD}
trust-store: ${SSL_PORTAL_TRUSTSTORE_PATH}
trust-store-password: ${SSL_PORTAL_TRUSTSTORE_PASSWORD}
server:
ssl:
key-store: ${SSL_PORTAL_KEYSTORE_PATH}
key-store-password: ${SSL_PORTAL_KEYSTORE_PASSWORD}

0 comments on commit 1095d12

Please sign in to comment.