[root@linux ssl]# openssl req -new -days 365 -key key.pem -out csr.pem
Using configuration from /var/ssl/openssl.cnf
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter '.', the field will be left blank.
-----
Country Name (2 letter code) [AU]:JP <--- 日本なのでJP
State or Province Name (full name) [Some-State]:Tokyo <--- 都道府県名
Locality Name (eg, city) []:Chuou-ku <--- 区市町村名
Organization Name (eg, company) [Internet Widgits Pty Ltd]:www.kkoba.com <--- 会社名
Organizational Unit Name (eg, section) []:Webmaster <--- セクション名
Common Name (eg, YOUR name) []:www.kkoba.com <--- ここは必ず自分のサイトを入力
Email Address []:kkoba@kkoba.com <--- メールアドレス
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []: <--- Enterのみ
An optional company name []: <--- Enterのみ
[root@linux ssl]#
|