IT 자료
EPKI 인증서 교체 방법
성곤
2021. 1. 8. 15:08
반응형
EPKI 인증서 교체 방법
[서버용 인증서 교체시 설정 방법]
1. 서버용 인증서 교체
- FTP 접속한다.
- 경로 : /home/gpki/certificate/class1
- 인증서 파일 백업 및 교체
2. 서버인증서 세팅
- 터미널 접속한다
- cd /home/gpki/epki
- './serverconfig' 입력
- 출력 : Server certificate set
-> 입력 : '4'
- 출력 : Please enter the location of the EPKI Server certificate.[ex)$home/gpki/**/*.cer]
-> 입력 : '/home/gpki/certificate/class1/SVRB000000000_sig.cer' (인증서 파일위치)
- 출력 : Please enter a password to the server certificate.
-> 입력 : 비밀번호 입력
-> 정상 출력 : 서버 인증서 설정을 완료 하였습니다.
반응형