ページへ戻る

− Links

 印刷 

HTTPoverSSLでクライアント認証させてみる の変更点 :: Nest Of Hawk

xpwiki:HTTPoverSSLでクライアント認証させてみる の変更点

« Prev[3]  
1: 2009-08-19 (水) 01:10:19 maruo[4] ソース[5] 現: 2009-08-19 (水) 01:10:57 maruo[4] ソース[6]
Line 20: Line 20:
 [ CA_default ]  [ CA_default ]
 default_days = 365 # デフォルトの証明期間(1年)  default_days = 365 # デフォルトの証明期間(1年)
 + 
 [ req ]  [ req ]
 default_bits = 1024 # デフォルトKEY長(IE5以下のためにKEY長を512bitに)  default_bits = 1024 # デフォルトKEY長(IE5以下のためにKEY長を512bitに)
 + 
 [ req_distinguished_name ]  [ req_distinguished_name ]
 countryName_default = JP # デフォルト国名  countryName_default = JP # デフォルト国名
Line 37: Line 37:
 $ /etc/ssl/misc/CA.sh -newca  $ /etc/ssl/misc/CA.sh -newca
 CA certificate filename (or enter to create)  CA certificate filename (or enter to create)
 + 
 Making CA certificate ...  Making CA certificate ...
 Using configuration from /usr/lib/ssl/openssl.cnf  Using configuration from /usr/lib/ssl/openssl.cnf
Line 124: Line 124:
 Certificate is to be certified until Dec 16 01:56:12 2002 GMT (365 days)  Certificate is to be certified until Dec 16 01:56:12 2002 GMT (365 days)
 Sign the certificate? [y/n]:y  Sign the certificate? [y/n]:y
 + 
 1 out of 1 certificate requests certified, commit? [y/n]y  1 out of 1 certificate requests certified, commit? [y/n]y
 Write out database with 1 new entries  Write out database with 1 new entries
« Prev[3]