apache をインストールする際に CA (Certificate Agent) を作らなければなりません。
% make certificate TYPE=custom % make install
apache がパスワードなしに起動できるようにパスフレーズを消します。 そうしないと非対称鍵を読めないからねい。
# cd /usr/local/apache/conf/ssl.key # openssl rsa -in server.key -out server.key # chmod 400 server.key
apache を SSL モードでスタートさせます。
# /usr/local/apache/bin/apachectl startssl
author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.
For questions about FML, e-mail <fml-bugs@fml.org>.