Skip to content

Commit

Permalink
Revert "[fix] ssl 키 보관 장소 수정"
Browse files Browse the repository at this point in the history
This reverts commit 25a8139.
  • Loading branch information
isanghaessi committed Feb 10, 2024
1 parent 25a8139 commit 74a84d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cors:
server:
port: 443
ssl:
key-store: file:${ssl.keyPath}
key-store: file:${ssl.path}
key-store-type: PKCS12
key-store-password: ${ssl.password}
log:
Expand Down

0 comments on commit 74a84d4

Please sign in to comment.