[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

apache + mod_ssl をインストールする

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

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >