일단 이작업은 SSL 모듈이 설치가 되어 있고, 인증서 업체에서 인증에 필요한 파일을 받은상태를 전제로한다.
1. 아파치 2.2x 에서 /usr/local/apache/conf/httpd.conf 파일에서 거의 맨 아래줄에 보면 SSL관련
# Secure (SSL/TLS) connections
Include conf/extra/httpd-ssl.conf -> 이부분 주석을 해제하고
#
# Note: The following must must be present to support
# starting without SSL on platforms with no /dev/random equivalent
# but a statically compiled-in mod_ssl.
#
#<IfModule ssl_module>
#SSLRandomSeed startup builtin
#SSLRandomSeed connect builtin
#</IfModule>
#윗부분을 주석처리한다. (영어 읽어보면 알 수 있다)
2. 업체로 받은 파일을 서버에 업로드하고 (주로 /usr/local/apache/conf/에 ssl 이란 폴더를 말들고 거기에 업로드해놓는다)
3. /usr/local/apache/conf/extra/httpd-ssl.conf 에서
- 도메인과 Root디렉토리를 지정해주고 인증서 위치를 정해준다.
4. 아파치를 재시작해준다. thawte와 통신을 하는데 업체계약시 지정한 패스워드를넣어준다.
성공하면 OK 가 떨어진다. 5회 틀리면 낭패니 조심한다.
4. https://도메인 으로 접속을 해보자.
만일접속이 안되고 페이지를 못찾는다고 나오면 그건 백발백중 방화벽이다.
SSL 은 443 포트를 이용하는데..이것이 방화벽에서 막혀 있어서 그런것이다.
보안관제를 받고 있다면 443을 any로 열도록 하자.
마지막으로 인증씰을 설치하자~
설치할 수 있는 스크립트 생성페이지에서 생성한다. 아래..
http://www.thawte.com/ssl/secured-seal/installation-agreement/index.html
움하하하하하
1. 아파치 2.2x 에서 /usr/local/apache/conf/httpd.conf 파일에서 거의 맨 아래줄에 보면 SSL관련
# Secure (SSL/TLS) connections
Include conf/extra/httpd-ssl.conf -> 이부분 주석을 해제하고
#
# Note: The following must must be present to support
# starting without SSL on platforms with no /dev/random equivalent
# but a statically compiled-in mod_ssl.
#
#<IfModule ssl_module>
#SSLRandomSeed startup builtin
#SSLRandomSeed connect builtin
#</IfModule>
#윗부분을 주석처리한다. (영어 읽어보면 알 수 있다)
2. 업체로 받은 파일을 서버에 업로드하고 (주로 /usr/local/apache/conf/에 ssl 이란 폴더를 말들고 거기에 업로드해놓는다)
3. /usr/local/apache/conf/extra/httpd-ssl.conf 에서
- 도메인과 Root디렉토리를 지정해주고 인증서 위치를 정해준다.
4. 아파치를 재시작해준다. thawte와 통신을 하는데 업체계약시 지정한 패스워드를넣어준다.
성공하면 OK 가 떨어진다. 5회 틀리면 낭패니 조심한다.
4. https://도메인 으로 접속을 해보자.
만일접속이 안되고 페이지를 못찾는다고 나오면 그건 백발백중 방화벽이다.
SSL 은 443 포트를 이용하는데..이것이 방화벽에서 막혀 있어서 그런것이다.
보안관제를 받고 있다면 443을 any로 열도록 하자.
마지막으로 인증씰을 설치하자~
설치할 수 있는 스크립트 생성페이지에서 생성한다. 아래..
http://www.thawte.com/ssl/secured-seal/installation-agreement/index.html
움하하하하하
