1. vi /etc/httpd/conf/SSL/httpdpass.sh
#!/bin/sh echo ‘SSL 비밀번호’ :wq |
2. chmod 755 /etc/httpd/conf/SSL/httpdpass.sh
3. vi ssl.conf
SSLPassPhraseDialog exec:/etc/httpd/conf/SSL/highpass.sh
1. vi /etc/httpd/conf/SSL/httpdpass.sh
#!/bin/sh echo ‘SSL 비밀번호’ :wq |
2. chmod 755 /etc/httpd/conf/SSL/httpdpass.sh
3. vi ssl.conf
SSLPassPhraseDialog exec:/etc/httpd/conf/SSL/highpass.sh