apache 를 mod_ssl과 함께 깔고 ssl 이 잘 작동하게 하려면.
# apachectl sslstart
라고 띄워야 하는데..
그런데 문제점이 이렇게 띄우면 암호 문구를 넣으라는 메세지가 나옵니다.
---------------------------
Apache/1.3.20 mod_ssl/2.8.4 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.
Server localhost.localdomain:443 (RSA)
Enter pass phrase:
---------------------------
키보드로 암호 문구를 넣어야 하기 때문에..
/etc/rc.d/rc.local 에 같은 자동 실행 스크립트에 넣을 수 없습니다. -_-;
이걸 어떻게 해결해야 하나요.. -_-;;
2시간째 찾고 있는데 잘 찾지 못하겠네요...