質問編集履歴
2
文言追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -118,4 +118,42 @@
|
|
118
118
|
|
119
119
|
### 試したこと
|
120
120
|
|
121
|
-
win-acme.v2.1.10でも証明書を作ってみましたが、エラーが変わらない
|
121
|
+
1.win-acme.v2.1.10でも証明書を作ってみましたが、エラーが変わらない
|
122
|
+
|
123
|
+
2.sudo letsencrypt certonly --standalone -d xxxxx.com
|
124
|
+
|
125
|
+
コマンド実行して、下記エラーが出ています
|
126
|
+
|
127
|
+
```ここに言語を入力
|
128
|
+
|
129
|
+
IMPORTANT NOTES:
|
130
|
+
|
131
|
+
- The following errors were reported by the server:
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
Domain: xxxxx.com
|
136
|
+
|
137
|
+
Type: unauthorized
|
138
|
+
|
139
|
+
Detail: Invalid response from
|
140
|
+
|
141
|
+
http://xxxxxx.com/.well-known/acme-challenge/oLfbTUucIv4mnGlMMCwb2D054mH9-tanwoKPSK1QDgo
|
142
|
+
|
143
|
+
[47.99.99.99]: "<!doctype html><html><head><meta
|
144
|
+
|
145
|
+
charset=\"utf-8\"><title>Roy</title><link
|
146
|
+
|
147
|
+
href=\"/static/css/app.6c720bce8f70118e5c04a"
|
148
|
+
|
149
|
+
|
150
|
+
|
151
|
+
To fix these errors, please make sure that your domain name was
|
152
|
+
|
153
|
+
entered correctly and the DNS A/AAAA record(s) for that domain
|
154
|
+
|
155
|
+
contain(s) the right IP address.
|
156
|
+
|
157
|
+
```
|
158
|
+
|
159
|
+
DNS A/AAAA record(s)の設定には問題ないです。
|
1
文言追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,11 +8,9 @@
|
|
8
8
|
|
9
9
|
参照サイト:
|
10
10
|
|
11
|
-
https://qiita.com/ytanto/items/258d567314cb4ad07457
|
11
|
+
[https://qiita.com/ytanto/items/258d567314cb4ad07457](https://qiita.com/ytanto/items/258d567314cb4ad07457)
|
12
12
|
|
13
|
-
https://m-hiyama.hatenablog.com/entry/20100126/1264472381
|
13
|
+
[https://m-hiyama.hatenablog.com/entry/20100126/1264472381](https://m-hiyama.hatenablog.com/entry/20100126/1264472381)
|
14
|
-
|
15
|
-
設定ファイル
|
16
14
|
|
17
15
|
|
18
16
|
|
@@ -24,7 +22,7 @@
|
|
24
22
|
|
25
23
|
|
26
24
|
|
27
|
-
設定内容:
|
25
|
+
**設定内容:**
|
28
26
|
|
29
27
|
```ここに言語を入力
|
30
28
|
|