[SSL]OPEN SSL사용 Apache서버에서 CSR 인증키 생성
[입력테이타 샘플1]
비트길이 2048
조직(O) : Government of Korea
조직단위 (OU) : Group of Server
사이트 ( CN ) :
www.korea.hs.kr국가 (C) : KR
지역 (ST) :
시군구 (L) :
이메일 :
* 비밀번호 korea123456789
* 개인키 생성시 명령어 : openssl genrsa -des3 -out korea_key.pem 2048
* CSR생성시 명령어 : openssl req -new -key korea_key.pem -out korea_csr.pem
[입력 데이타 샘플2]
Country Name (2 letter code) [GB]: KR
State or Province Name [full name ] : Seoul
Locality Name (eg, city) : Seocho
Organization Name (eg, company) [My company Ltd]: Government of Korea
Organizational Unit Name (eg, section) : Group of Server
Common Name (eq, your name or your server 's hostname) [] :
www.korea.comEmail Address : webmaster
@korea.com (담당자 이메일)
A challege password [] : korea1234565789 (비밀번호)
An optianal company name [] : korea123456789 (비밀번호 확인)