Lets encrypt の更新でエラーが発生しているようで、ページが表示されません。
上書きして設定できるかなと思って設定をしています。
yum -y install epel-release yum -y install certbot python-certbot-apache certbot実行時に、httpdのrestartが実行されるようにします。 curl https://dl.eff.org/certbot-auto -o /usr/bin/certbot-auto chmod 700 /usr/bin/certbot-auto ドメイン名を変更して certbot-auto certonly --webroot -w /var/www/html -d domain.jp --email info@domain.jp
この段階で
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Cert is due for renewal, auto-renewing...
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for efficient-system.jp
Using the webroot path /var/www/html for all unmatched domains.
Waiting for verification...
Challenge failed for domain efficient-system.jp
http-01 challenge for efficient-system.jp
Cleaning up challenges
Some challenges have failed.
The following errors were reported by the server:
Domain: domain.jp
Type: unauthorized
Detail: Invalid response from
https://domain.jp/index.php?/.well-known/acme-challenge/eDeTP2GuwnUw1yPUZI_FxQqZ18o5i7VjK_6cDoUp7QY
[150.95.140.210]: "<!DOCTYPE html>\n<html
lang="en">\n<head>\n<meta charset="utf-8">\n<title>404 Page Not
Found</title>\n<style type="text/css">\n\n::sele"
と表示されてエラーになってしまいました。
手順として間違っているでしょうか?
よろしくお願いいたします。

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/08/19 13:36