Changes between Version 5 and Version 6 of TipAndDoc/ssl


Ignore:
Timestamp:
Nov 9, 2009 6:27:51 PM (14 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/ssl

    v5 v6  
    4141 * newserver: $ sudo /usr/lib/ssl/misc/CA.sh -newreq 
    4242{{{ 
     43Enter PEM pass phrase:              <= type password (※) 
     44Verifying - Enter PEM pass phrase:  <= retype it 
     45----- 
     46 
    4347Country Name (2 letter code) [AU]:JP 
    4448State or Province Name (full name) [Some-State]:Ibaraki 
     
    4852Common Name (eg, YOUR name) []:lab.mitty.jp 
    4953Email Address []: 
     54 
     55Please enter the following 'extra' attributes 
     56to be sent with your certificate request 
     57A challenge password []:      <= type nothing 
     58An optional company name []:   
     59Request is in newreq.pem, private key is in newkey.pem 
    5060}}} 
     61   * (※) ここでtypeするパスワードは実際には使用されない 
    5162   * ルートCAへ送付する、サーバ証明書リクエストファイルとサーバ秘密鍵を作成 
    5263 * newserver: $ sudo openssl rsa -in ./newkey.pem -out ./newkey.pem 
     64{{{ 
     65Enter pass phrase for ./newkey.pem:  <= type password (※) 
     66}}} 
     67   * (※) -newreq の時と同じパスワードをtype 
    5368   * サーバ秘密鍵からパスフレーズの削除 (Apacheが起動する際にパスフレーズを聞かれなくてすむようにする) 
    5469