From 80a962a3891e5a255b9e908af1d3e20812ad24f4 Mon Sep 17 00:00:00 2001 From: siniya70 Date: Wed, 2 Aug 2023 16:57:52 +0900 Subject: [PATCH] =?UTF-8?q?SSL=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index dedae6e1..557643db 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,15 +1,17 @@ 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: classpath:fimskeystore.pkcs12 +# key-store-password: 'Xit5811807@)@#' +# key-password: 'Xit5811807@)@#' +# trust-store: classpath:fimstrust.pkcs12 +# trust-store-password: 'Xit5811807@)@#' # tomcat: # remoteip: