teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

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

2019/02/22 00:48

投稿

koume
koume

スコア458

title CHANGED
File without changes
body CHANGED
@@ -42,4 +42,29 @@
42
42
  No such key file '/etc/letsencrypt/live/[example.com]/privkey.pem'
43
43
 
44
44
  ```
45
- どなたか教えていただけないでしょうか?宜しくお願いします。
45
+ どなたか教えていただけないでしょうか?宜しくお願いします。
46
+
47
+ 追記
48
+ $ openssl req -new -key server.key > server.csrのコマンドを打ち込んだ際に設定した内容を追記します。
49
+ ```ここに言語を入力
50
+ $ openssl req -new -key server.key > server.csr
51
+ You are about to be asked to enter information that will be incorporated
52
+ into your certificate request.
53
+ What you are about to enter is what is called a Distinguished Name or a DN.
54
+ There are quite a few fields but you can leave some blank
55
+ For some fields there will be a default value,
56
+ If you enter '.', the field will be left blank.
57
+ -----
58
+ Country Name (2 letter code) [XX]:JP
59
+ State or Province Name (full name) []:Tokyo
60
+ Locality Name (eg, city) [Default City]:Shinjyuku-ku
61
+ Organization Name (eg, company) [Default Company Ltd]:IDCF
62
+ Organizational Unit Name (eg, section) []:Dev
63
+ Common Name (eg, your name or your server's hostname) []:ca-server
64
+ Email Address []:example.com
65
+
66
+ Please enter the following 'extra' attributes
67
+ to be sent with your certificate request
68
+ A challenge password []:
69
+ An optional company name []:
70
+ ```