Deployment Guide

SSL 신뢰할 없는 인증서가 사용되었을
Security Server 신뢰할 있는 서명 인증서 추가
1 Security Server 서비스가 실행되고 있다면 중지합니다.
2 cacerts 파일을 <Security Server install dir>\conf\ 백업합니다.
Keytool 사용하여 다음을 완료합니다.
3 신뢰할 있는 PFX 텍스트 파일로 내보내고 별칭을 기록합니다.
keytool -list -v -keystore "
4 PFX <Security Server install dir>\conf\ cacerts 파일로 가져옵니다.
keytool -importkeystore -v -srckeystore "
5 <Security Server install dir>\conf\application.properties keystore.alias.signing 값을 수정합니다.
keystore.alias.signing=AliasNamePreviouslyDocumented
Security Server 서비스를 시작합니다.
인증서 51