From 5e585c4cb8104de8b3bba2fbed01a7c2e2d2f968 Mon Sep 17 00:00:00 2001 From: mjkhan21 Date: Mon, 22 Jan 2024 09:43:24 +0900 Subject: [PATCH] ssl enabled --- 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 30d055f..6ad7c58 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,7 +4,7 @@ server: context-path: / ssl: - enabled: false + enabled: true key-store: ssl/.keystore key-store-type: PKCS12 key-store-password: 5811807