SSL 인증서 설치 - CentOS
SSL 인증서 설치 방법 리눅스 CentOS에서 아파치 서버가 깔려있다는 가정하게 SSL 보안 인증서를 설치하는 방법을 알아보겠습니다. 1. 개인키 생성 # openssl genrsa -des3 -out mydomain.key 2048# 비밀번호 입력 + 생성한 키 검증# openssl rsa -noout -text -in mydomain.key 2. CSR(인증요청서) 생성 [root@localhost]# openssl req -new -key mydomain.key -out mydomain.csrEnter pass phrase for mydomain.key:You are about to be asked to enter information that will be incorporatedinto your..
카테고리 없음
2018. 6. 22. 00:57