Skip to content

Commit ff354ad

Browse files
committed
#92 Try to fix TLS
1 parent 6d5dca1 commit ff354ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/starter-tls/src/main/resources/application-tls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ client:
1010
ssl:
1111
key-store-type: PKCS12
1212
key-store: classpath:keystore/itmo-dating-backend.p12
13-
key-store-password: ${server.ssl.key-store-password}
13+
key-store-password: ${ITMO_DATING_KEY_STORE_PASSWORD}
1414
protocol: TLSv1.3

compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ services:
101101
build:
102102
context: ./backend/gateway
103103
environment:
104-
ITMO_DATING_EXT_KEY_STORE_PASSWORD: ${ITMO_DATING_KEYSTORE_PASSWORD?:err}
104+
ITMO_DATING_EXT_KEY_STORE_PASSWORD: ${ITMO_DATING_EXT_KEY_STORE_PASSWORD?:err}
105105
ITMO_DATING_KEY_STORE_PASSWORD: ${ITMO_DATING_KEYSTORE_PASSWORD?:err}
106106
tty: true
107107
hostname: gateway.dating.se.ifmo.ru

0 commit comments

Comments
 (0)