質問編集履歴

2

追記を追記

2017/07/02 02:13

投稿

nnahito
nnahito

スコア2004

test CHANGED
File without changes
test CHANGED
@@ -73,3 +73,23 @@
73
73
  やり方をご存じの方がいらっしゃいましたら、ご教授ください。
74
74
 
75
75
  よろしくお願いいたします。
76
+
77
+
78
+
79
+
80
+
81
+ # 追記
82
+
83
+ 鍵のバインドの設定です。
84
+
85
+ ただ、証明証を取り直したりしてたのですが、エラーメッセージも表示されるようになってしまいました……
86
+
87
+ 名前別なのに、何故競合してしまうのでしょうか?
88
+
89
+
90
+
91
+ ![イメージ説明](c3f218798fa81a11fb18905cdd74451b.jpeg)
92
+
93
+
94
+
95
+ ![イメージ説明](f76524603c8e987170e9bf30e4def02e.jpeg)

1

誤記編集

2017/07/02 02:13

投稿

nnahito
nnahito

スコア2004

test CHANGED
File without changes
test CHANGED
@@ -32,11 +32,11 @@
32
32
 
33
33
  ```
34
34
 
35
- letsencrypt.exe --accepttos --manualhost サイトAのアドレス --webroot D:\public_html
35
+ letsencrypt.exe --accepttos --manualhost サイトAのアドレス --webroot D:\public_html\siteA\
36
36
 
37
- letsencrypt.exe --accepttos --manualhost サイトBのアドレス --webroot D:\public_html
37
+ letsencrypt.exe --accepttos --manualhost サイトBのアドレス --webroot D:\public_html\siteB\
38
38
 
39
- letsencrypt.exe --accepttos --manualhost サイトCのアドレス --webroot D:\public_html
39
+ letsencrypt.exe --accepttos --manualhost サイトCのアドレス --webroot D:\public_html\siteC\
40
40
 
41
41
  ```
42
42