Skip to content

Commit

Permalink
chore: SSL 설정 추가 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haewonny committed Feb 11, 2024
1 parent 4136985 commit 9671155
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ gemini:
api:
url: ${GEMINI_URL}
key: ${GEMINI_KEY}

server:
ssl:
key-store: classpath:keystore.p12
key-store-type: PKCS12
key-store: /etc/letsencrypt/live/hearo-server.shop/keystore.p12
key-store-password: ${KEY_STORE_PASSWORD}

0 comments on commit 9671155

Please sign in to comment.