質問編集履歴
2
追記を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -35,4 +35,14 @@
|
|
35
35
|
|
36
36
|
以上、ここまでで数週間たっています。(初心者故に…)
|
37
37
|
やり方をご存じの方がいらっしゃいましたら、ご教授ください。
|
38
|
-
よろしくお願いいたします。
|
38
|
+
よろしくお願いいたします。
|
39
|
+
|
40
|
+
|
41
|
+
# 追記
|
42
|
+
鍵のバインドの設定です。
|
43
|
+
ただ、証明証を取り直したりしてたのですが、エラーメッセージも表示されるようになってしまいました……
|
44
|
+
名前別なのに、何故競合してしまうのでしょうか?
|
45
|
+
|
46
|
+

|
47
|
+
|
48
|
+

|
1
誤記編集
title
CHANGED
File without changes
|
body
CHANGED
@@ -15,9 +15,9 @@
|
|
15
15
|
- 1つずつ鍵を作る
|
16
16
|
|
17
17
|
```
|
18
|
-
letsencrypt.exe --accepttos --manualhost サイトAのアドレス --webroot D:\public_html
|
18
|
+
letsencrypt.exe --accepttos --manualhost サイトAのアドレス --webroot D:\public_html\siteA\
|
19
|
-
letsencrypt.exe --accepttos --manualhost サイトBのアドレス --webroot D:\public_html
|
19
|
+
letsencrypt.exe --accepttos --manualhost サイトBのアドレス --webroot D:\public_html\siteB\
|
20
|
-
letsencrypt.exe --accepttos --manualhost サイトCのアドレス --webroot D:\public_html
|
20
|
+
letsencrypt.exe --accepttos --manualhost サイトCのアドレス --webroot D:\public_html\siteC\
|
21
21
|
```
|
22
22
|
|
23
23
|
→最後に作った鍵のみが適応される
|