From e90f64d950126acb6c3ebc6bc6a30c3fd3292301 Mon Sep 17 00:00:00 2001 From: wpdbsx Date: Sun, 3 Mar 2024 16:13:31 +0900 Subject: [PATCH] Update application.yml --- src/main/resources/application.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 26643bf..77f9071 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,10 @@ #서버 설정 server: - port: 8080 + port: 443 + ssl: + key-store: classpath:ssl/keystore.p12 + key-store-type: PKCS12 + key-store-password: rhald1q2w servlet: context-path: /api encoding: