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

Commit

Permalink
fix: remove server SSL enabled (#66)
Browse files Browse the repository at this point in the history
* fix: remove server SSL enabled

* fix: mtls flag
  • Loading branch information
tence authored Jun 5, 2020
1 parent 4b0f9fa commit 7704698
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/main/resources/application-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
server:
ssl:
enabled: true
key-password: ${SSL_KEYSTORE_PASSWORD}
key-store: ${SSL_KEYSTORE_PATH}
key-store-password: ${SSL_KEYSTORE_PASSWORD}
key-store-provider: SUN
key-store-type: JKS

cwa-verification-server:
ssl:
one-way-authentication-enabled: false
two-way-authentication-enabled: true
two-way-authentication-enabled: ${SSL_TWO_WAY_AUTH_ENABLED}
key-password: ${SSL_KEYSTORE_PASSWORD}
key-store: ${SSL_KEYSTORE_PATH}
key-store-password: ${SSL_KEYSTORE_PASSWORD}
Expand Down

0 comments on commit 7704698

Please sign in to comment.