From 1c0320059bfa3cf4f37623b06f999df0856c78c9 Mon Sep 17 00:00:00 2001 From: siniya70 Date: Wed, 2 Aug 2023 16:28:32 +0900 Subject: [PATCH] =?UTF-8?q?SSL=20=EC=84=A4=EC=A0=95=20YML=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 91ff66f2..8312f209 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,14 +2,14 @@ server: port: 18080 servlet: context-path: / -# ssl: -# enabled: true -# key-alias: fimskeystore -# key-store: classpath:fimskeystore.pkcs12 -# key-store-password: 'Xit5811807@)@#' -# key-password: 'Xit5811807@)@#' -# trust-store: classpath:fimstrust.pkcs12 -# trust-store-password: 'Xit5811807@)@#' + ssl: + enabled: true + key-alias: fimskeystore + key-store: /applications/FIMS/files/ssl/fimskeystore.pkcs12 + key-store-password: 'Xit5811807@)@#' + key-password: 'Xit5811807@)@#' + trust-store: /applications/FIMS/files/ssl/fimstrust.pkcs12 + trust-store-password: 'Xit5811807@)@#' # tomcat: # remoteip: