전자인증기술자료
lighttpd에 SSL인증서 설정
한국전자인증
2010. 4. 8. 16:05
1.설치 환경
Version : lighttpd-1.4.26, openssl-0.9.7
* pcre 및 zlib 패키지 설치 필수
2. 설치 방법
# ./configure --prefix=/usr/local/lighttpd --with-openssl=/usr/local/openssl
# make && make install
3. 환경 설정
* lighttpd.conf
1) "mod_proxy" -->활성화
2) #### SSL engine
$SERVER["socket"] == "0.0.0.0:443"{
ssl.engine = "enable"
ssl.pemfile = "/key/cert.pem"
}
$SERVER["socket"] == "0.0.0.0:443"{
ssl.engine = "enable"
ssl.pemfile = "/key/cert.pem"
}
4. 실행시 아파치와 동일하게 PEM pass phrase 입력창 발생
설치 시 문제가 있으시면, 언제든지 메일주세요^^
E-mail : wcs_marketing@crosscert.com