Changes between Version 5 and Version 6 of TipAndDoc/ssl
- Timestamp:
- Nov 9, 2009 6:27:51 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/ssl
v5 v6 41 41 * newserver: $ sudo /usr/lib/ssl/misc/CA.sh -newreq 42 42 {{{ 43 Enter PEM pass phrase: <= type password (※) 44 Verifying - Enter PEM pass phrase: <= retype it 45 ----- 46 43 47 Country Name (2 letter code) [AU]:JP 44 48 State or Province Name (full name) [Some-State]:Ibaraki … … 48 52 Common Name (eg, YOUR name) []:lab.mitty.jp 49 53 Email Address []: 54 55 Please enter the following 'extra' attributes 56 to be sent with your certificate request 57 A challenge password []: <= type nothing 58 An optional company name []: 59 Request is in newreq.pem, private key is in newkey.pem 50 60 }}} 61 * (※) ここでtypeするパスワードは実際には使用されない 51 62 * ルートCAへ送付する、サーバ証明書リクエストファイルとサーバ秘密鍵を作成 52 63 * newserver: $ sudo openssl rsa -in ./newkey.pem -out ./newkey.pem 64 {{{ 65 Enter pass phrase for ./newkey.pem: <= type password (※) 66 }}} 67 * (※) -newreq の時と同じパスワードをtype 53 68 * サーバ秘密鍵からパスフレーズの削除 (Apacheが起動する際にパスフレーズを聞かれなくてすむようにする) 54 69