From 25a81394d70d29d74f8efb0ee33699df4f3a2c5a Mon Sep 17 00:00:00 2001 From: isanghaessi Date: Sun, 11 Feb 2024 00:30:54 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20ssl=20=ED=82=A4=20=EB=B3=B4=EA=B4=80=20?= =?UTF-8?q?=EC=9E=A5=EC=86=8C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b14cc2a..9753124 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -50,7 +50,7 @@ cors: server: port: 443 ssl: - key-store: file:${ssl.path} + key-store: file:${ssl.keyPath} key-store-type: PKCS12 key-store-password: ${ssl.password} log: