Deploy/#380/automatic renewal of ssl #387
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
dockerfile에 빌드 자체를 cron이 같이 설치되게 합니다.
renew_ssl_cert.sh 라는 스크립트 파일을 같이 빌드하여,
dockerfile 자체에서, 즉 컨테이너 자체에서 매달 1일 00시에 자동으로 스크립트 파일을 실행시킵니다.
만약 이 방법이 먹히지 않는다면, 컨테이너 자체를 UTC 기준 00시 초기화 하는 것 또한 생각중입니다.
테스트는 30일 백엔드 개발서버에 적용하고, 된다면 31일 프론트 베포서버, -> 4/1일 백엔드 서버에 들어올 예정입니다.
Related Issue Link
#380