考え方

オリジナルの Apache2 の設定

	#   SSL Engine Switch:
	#   Enable/Disable SSL for this virtual host.
	SSLEngine on

	#   SSL Cipher Suite:
	#   List the ciphers that the client is permitted to negotiate.
	#   See the mod_ssl documentation for a complete list.
	SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP

	#   Server Certificate:
	SSLCertificateFile       /etc/ssl/official5/kgb_hmuna_com.crt <---- これは KoMoDo から発行された証明書
	# Server Private Key:
	SSLCertificateKeyFile    /etc/ssl/official5/kgb.hmuna.com.privatekey <---- これも KoMoDo から発行されたもの

	# Server Certificate Chain:
	# Apache 2.4.8 以降 SSLCertificateChainFile は無くなった? (らしいので無効にしてみる)
	#SSLCertificateChainFile  /etc/ssl/official4/kgb_hmuna_com.ca-bundle <---- これは使っていない

	# 実験中(クライアント証明書)
	# Client Certificate: (official CA (COMODO) to generate client certificate)
	#SSLCACertificateFile   /etc/ssl/private_CA/kgb_hmuna-client1.crt <---- このファイルはサーバー証明書に紐付いている、さて....
	#SSLVerifyClient        optional

CRT ファイル

クライアント証明書の作成


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS