Skip to content

Commit

Permalink
[fix] ssl 키 보관 장소 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
isanghaessi committed Jan 6, 2024
1 parent a286806 commit 0abcb68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/protobuf
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: classpath:beside.p12
key-store: file:${ssl.path}
key-store-type: PKCS12
key-store-password: ${ssl.password}
log:
Expand Down
Binary file removed src/main/resources/beside.p12
Binary file not shown.

0 comments on commit 0abcb68

Please sign in to comment.