# rpm -aq | grep mod_ssl ← mod_sslがインストールされているか確認 mod_ssl-2.8.22-0vl2 無い場合は # apt-get install mod_ssl ← インストール # cd /usr/share/ssl/certs ← 移動 # make server.key ← サーバー用秘密鍵作成 umask 77 ; \ /usr/bin/openssl genrsa -des3 1024 > server.key Generating RSA private key, 1024 bit long modulus .....................................................................................++++++ .......++++++ e is 65537