whynot-here / whynot-here-api-server

whynot-here 서비스 API 서버
3 stars 0 forks source link

[BE] setting: local, dev 분리 & ssl 적용 #73

Closed osj3474 closed 2 years ago

osj3474 commented 2 years ago

ssl 적용되면서 설정파일(application.yml, env.yml) 분리가 되었습니다. (현재는 local, dev)

doljae commented 2 years ago

SSL 적용 작업 관련 내용도 간단하게 코멘트, 스크린샷, 참고한 자료 등의 내용도 있으면 좋을 것 같아요 :)

osj3474 commented 2 years ago

네네!! 급하게 ssl 작업이 진행되면서 코드 외적인 부분에 코멘트를 못 남겼는데요.

ssl 적용 스펙은 다음과 같습니다.

spring boot는 JKS 또는 PCKS12 인증서가 필요한데, 저희 인증서는 openssl 명령어로 PCKS12 키를 생성하였습니다.