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
Copyright (C) 1993-2025 Ken'ichi Fukamachi mail:< fukachan at fml.org >