質問編集履歴

1

設定内容を追記しました。

2019/02/22 00:48

投稿

koume
koume

スコア458

test CHANGED
File without changes
test CHANGED
@@ -87,3 +87,53 @@
87
87
  ```
88
88
 
89
89
  どなたか教えていただけないでしょうか?宜しくお願いします。
90
+
91
+
92
+
93
+ 追記
94
+
95
+ $ openssl req -new -key server.key > server.csrのコマンドを打ち込んだ際に設定した内容を追記します。
96
+
97
+ ```ここに言語を入力
98
+
99
+ $ openssl req -new -key server.key > server.csr
100
+
101
+ You are about to be asked to enter information that will be incorporated
102
+
103
+ into your certificate request.
104
+
105
+ What you are about to enter is what is called a Distinguished Name or a DN.
106
+
107
+ There are quite a few fields but you can leave some blank
108
+
109
+ For some fields there will be a default value,
110
+
111
+ If you enter '.', the field will be left blank.
112
+
113
+ -----
114
+
115
+ Country Name (2 letter code) [XX]:JP
116
+
117
+ State or Province Name (full name) []:Tokyo
118
+
119
+ Locality Name (eg, city) [Default City]:Shinjyuku-ku
120
+
121
+ Organization Name (eg, company) [Default Company Ltd]:IDCF
122
+
123
+ Organizational Unit Name (eg, section) []:Dev
124
+
125
+ Common Name (eg, your name or your server's hostname) []:ca-server
126
+
127
+ Email Address []:example.com
128
+
129
+
130
+
131
+ Please enter the following 'extra' attributes
132
+
133
+ to be sent with your certificate request
134
+
135
+ A challenge password []:
136
+
137
+ An optional company name []:
138
+
139
+ ```