Skip to content

Commit

Permalink
Merge pull request #179 from KUSITMS-29th-TEAM-B/refactor/flight-171
Browse files Browse the repository at this point in the history
chore: ssl 인증서 경로 수정(#171)
  • Loading branch information
whereami2048 authored Jun 9, 2024
2 parents 2b0bae8 + d441afe commit 86d7db3
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: classpath:/ssl/keystore.p12
key-store-type: PKCS12
key-store-password: ${KEY_STORE_PASSWORD}

Expand Down

0 comments on commit 86d7db3

Please sign in to comment.