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

質問編集履歴

2

追記を追記

2017/07/02 02:13

投稿

nnahito
nnahito

スコア2006

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
+ ![イメージ説明](c3f218798fa81a11fb18905cdd74451b.jpeg)
47
+
48
+ ![イメージ説明](f76524603c8e987170e9bf30e4def02e.jpeg)

1

誤記編集

2017/07/02 02:13

投稿

nnahito
nnahito

スコア2006

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
  →最後に作った鍵のみが適応される