Skip to content

Commit

Permalink
fix: ssl key 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KangJiSseok committed Mar 12, 2024
1 parent 33edde7 commit adef51d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BackEnd/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ springdoc:
display-request-duration: true
operations-sorter: alpha



#SSL
server:
ssl:
key-store: classpath:keystore.p12
key-store: file:/home/ubuntu/key/ssl/keystore.p12
key-store-type: PKCS12
key-store-password: 1234

Expand Down

0 comments on commit adef51d

Please sign in to comment.