Skip to content

Commit

Permalink
chore: ssl 인증서 경로 수정(#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed Jun 9, 2024
1 parent d441afe commit 2f2d2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api-Module/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server:
shutdown: graceful
port: 8080
ssl:
key-store: classpath:/ssl/keystore.p12
key-store: /ssl/keystore.p12
key-store-type: PKCS12
key-store-password: ${KEY_STORE_PASSWORD}

Expand Down

0 comments on commit 2f2d2de

Please sign in to comment.