akkun_choi pedia
mindiaakkun_choi pedia見出し語

Macports Apache SSL

akkun_choi · 2010-03-25 更新

この通りにやる
http://www.pistolfly.jp/weblog/2008/09/macportsapache2ssl.html

httpd.conf

# Secure (SSL/TLS) connections
Include conf/extra/httpd-ssl.conf
$ cd /opt/local/apache2/conf/
$ sudo openssl genrsa -des3 -out server.key 1024
$ sudo openssl req -new -x509 -days 365 -key server.key -out server.crt
$ sudo openssl rsa -in server.key -out server.key # パスフレーズ解除
$ sudo apachectl start

関連する見出し語