質問編集履歴
1
hoge.comからexample.comに変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -18,11 +18,11 @@
|
|
18
18
|
|
19
19
|
```
|
20
20
|
|
21
|
-
Attempting to renew cert (
|
21
|
+
Attempting to renew cert (example.com) from /etc/letsencrypt/renewal/example.com.conf produced an unexpected error: Failed authorization procedure. example.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from https://example.com [xxx.xxx.xxx.xxx]: "<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n <meta charset=\"utf-8\">\n <meta http-equiv=\"Content-Type\" content=\"text/html; chars". Skipping.
|
22
22
|
|
23
23
|
All renewal attempts failed. The following certs could not be renewed:
|
24
24
|
|
25
|
-
/etc/letsencrypt/live/
|
25
|
+
/etc/letsencrypt/live/example.com/fullchain.pem (failure)
|
26
26
|
|
27
27
|
|
28
28
|
|
@@ -32,11 +32,11 @@
|
|
32
32
|
|
33
33
|
|
34
34
|
|
35
|
-
Domain:
|
35
|
+
Domain: example.com
|
36
36
|
|
37
37
|
Type: unauthorized
|
38
38
|
|
39
|
-
Detail: Invalid response from https://
|
39
|
+
Detail: Invalid response from https://example.com
|
40
40
|
|
41
41
|
[xxx.xxx.xxx.xxx]: "<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n
|
42
42
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
|
58
58
|
|
59
|
-
[https://
|
59
|
+
[https://example.com]自体には正常にアクセスできており、現時点もsslは正常に動いております。
|
60
60
|
|
61
61
|
エラーメッセージをたよりにググると「.well-known/acme-challenge」ディレクトリが無い問題でのエラー解決はたくさん出てきますが、理由が異なるようです。
|
62
62
|
|
@@ -70,6 +70,6 @@
|
|
70
70
|
|
71
71
|
|
72
72
|
|
73
|
-
※ ちなみに、"/etc/letsencrypt/renewal/
|
73
|
+
※ ちなみに、"/etc/letsencrypt/renewal/example.com.conf"の設定内容(更新パスなど)には問題がないと思います。
|
74
74
|
|
75
75
|
※ 最初にssl化してから特に設定ファイルは変更していません。(最初にSSL化する時には正常に証明書が作成できておりました)
|