From 9930d5f3ae3b262998ee251a7107598f246f0b95 Mon Sep 17 00:00:00 2001 From: siniya70 Date: Wed, 2 Aug 2023 17:24:48 +0900 Subject: [PATCH] =?UTF-8?q?SSL=20=EC=9E=AC=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 71ec9c7e..b81f069b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,16 +1,16 @@ server: -# port: 18080 + port: 18080 servlet: - context-path: /fims + 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: classpath:fimskeystore.pkcs12 + key-store-password: 'Xit5811807@)@#' + key-password: 'Xit5811807@)@#' + trust-store: classpath:fimstrust.pkcs12 + trust-store-password: 'Xit5811807@)@#' # tomcat: # remoteip: