我正在尝试为我的 webapp 安装证书,该证书部署在我的 Amazon AWS 中。
./certbot-auto certonly --standalone --standalone-supported-challenges http-01 -d www.mywebsite.com --debug
当我运行上述命令时,我得到以下响应
The following errors were reported by the server:
Domain: www.mywebsite.com
Type: unauthorized
Detail: Invalid response from
http://www.mywebsite.com/.well-known/acme-challenge/PoX30b9dlmVuf-iU6zcNOo7_l7FaYTiJMgjHR4td8p4:
"<html><head><title>Apache Tomcat/7.0.70 - Error
report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;bac"
我试图指向我部署的应用程序Apache tomcat server
。我可以看到.well-known
正在创建文件夹,但文件夹完全是空的。
对此有任何启示吗?