質問編集履歴
5
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,7 +58,7 @@
|
|
58
58
|
|
59
59
|
##### 上記の詳細・結果
|
60
60
|
sudo certbot certonly --manual --preferred-challenges dnsでletsencryptをいれたつもりでした。
|
61
|
-
ファイアウォールの80番は開いていますし,postfixのmain.cfにletsencriptの設定も書きましたし、mydnsに、設定も書きました。レコードは、acme-challenge txt トークンとしました。
|
61
|
+
ファイアウォールの80番は開いていますし,postfixのmain.cfにletsencriptの設定も書きましたし、mydnsに、設定も書きました。レコードは、_acme-challenge txt トークンとしました。
|
62
62
|
|
63
63
|
|
64
64
|
### 補足
|
4
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,9 +8,12 @@
|
|
8
8
|
|
9
9
|
certificate not yet due for renewal
|
10
10
|
|
11
|
-
sudo certbot certonly --manual --preferred-challenges dnsでは、
|
11
|
+
sudo certbot certonly --manual --preferred-challenges dns -d ドメインでは、
|
12
12
|
|
13
|
-
|
13
|
+
1.Keep the existing certificate for now
|
14
|
+
2.Renew & replace the certificate (may be subject to CA rate limits)
|
15
|
+
|
16
|
+
1か2か分からないんですけど、1を選んだ場合、 certificate not yet due for renewal でした。 certificate not yet due for renewal でした。
|
14
17
|
|
15
18
|
sudo certbot certonly --webroot -w /var/www/html -d ドメインでは
|
16
19
|
1.Keep the existing certificate for now
|
3
sudo certbot renewの詳細
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,6 +4,10 @@
|
|
4
4
|
エラーが出ます。エラーを改善したいです。
|
5
5
|
|
6
6
|
sudo certbot renew
|
7
|
+
では
|
8
|
+
|
9
|
+
certificate not yet due for renewal
|
10
|
+
|
7
11
|
sudo certbot certonly --manual --preferred-challenges dnsでは、
|
8
12
|
|
9
13
|
certificate not yet due for renewal
|
2
エラー文の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,15 +24,17 @@
|
|
24
24
|
|
25
25
|
### エラーメッセージ
|
26
26
|
```error
|
27
|
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
27
|
-
|
28
|
+
Processing /etc/letsencrypt/renewal/ドメイン.conf
|
28
|
-
|
29
|
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
29
|
-
there may be problems with your existing configuration.
|
30
|
+
Failed to renew certificate ドメイン with error: The manual plugin is not working; there may be problems with your existing configuration.
|
30
|
-
The error was:plugin Error
|
31
|
-
(An authentication scrypt must be provided
|
32
|
-
|
31
|
+
The error was: PluginError('An authentication script must be provided with --manual-auth-hook when using the manual plugin non-interactively.')
|
33
32
|
|
33
|
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
34
|
-
All simulated faild. The following certificates could not be renewed
|
34
|
+
All simulated renewals failed. The following certificates could not be renewed:
|
35
|
-
/etc/letsencrypt/live/ドメイン/fullchain.pem(faile
|
35
|
+
/etc/letsencrypt/live/ドメイン/fullchain.pem (failure)
|
36
|
+
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
37
|
+
1 renew failure(s), 0 parse failure(s)
|
36
38
|
```
|
37
39
|
|
38
40
|
### 該当のソースコード
|
1
詳細に書き直した
test
CHANGED
File without changes
|
test
CHANGED
@@ -4,11 +4,17 @@
|
|
4
4
|
エラーが出ます。エラーを改善したいです。
|
5
5
|
|
6
6
|
sudo certbot renew
|
7
|
-
sudo certbot certonly --manual --preferred-challenges dns
|
7
|
+
sudo certbot certonly --manual --preferred-challenges dnsでは、
|
8
|
+
|
9
|
+
certificate not yet due for renewal
|
10
|
+
|
8
11
|
sudo certbot certonly --webroot -w /var/www/html -d ドメインでは
|
12
|
+
1.Keep the existing certificate for now
|
9
|
-
|
13
|
+
2.Renew & replace the certificate (may be subject to CA rate limits)
|
10
14
|
|
15
|
+
1か2か分からないんですけど、1を選んだ場合、 certificate not yet due for renewal でした。
|
11
16
|
|
17
|
+
|
12
18
|
### 発生している問題・分からないこと
|
13
19
|
letsencrypt のsudo certbot renew --dry-runをしたときのエラーが発生する。
|
14
20
|
|