ssl 인증서 비밀번호 있는 키를 PKCS#8 형태로 저장할 수 있도록 기능 개선#847
Merged
jschoiRR merged 2 commits intoJun 18, 2026
Conversation
8f6f7a7
into
ablecloud-team:ablestack-diplo
3 of 7 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR 설명
기존 부하분산 기능은 SSL 인증서가 비밀번호 없는 PKCS#8 만 허용 가능하도록 기능이 개발되어 있었음
그래서 RSA+비밀번호 키 조합, PKCS#8+비밀번호 키조합 인증서 사용시 가상라우터 haproxy.cfg가 적용 안되고
SSL이 동작 안하는 문제를 해결하기 위해
RSA+비밀번호 키 조합, PKCS#8+비밀번호 키조합 인증서 사용시 입력받은 개인키를 비밀번호 없는 PKCS#8로 변환하여
Mold 부하분산에 사용 가능한 pem 파일로 변환할 수 있도록 기능 개선
변경 구분
기능/개선 규모 또는 버그 심각도
기능/개선 규모
버그 심각도
스크린샷
테스트 방법 및 결과