这是我第一次构建服务器并将其托管到 AWS EC2。运行命令时 sudo certbot certonly --standalone或sudo certbot certonly --webroot我收到以下错误
Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: matthieuxroger.com
Type: unauthorized
Detail: Invalid response from http://matthieuxroger.com/.well-known/acme-challenge/nWRAFCcRUeVxZ0C5YtRg_9bihG2YQeqacUcGjxdCMzg [18.205.22.32]: "<!DOCTYPE html>\n<html>\n <head>\n <title>Matthieux Roger</title>\n <link rel='stylesheet' href='/stylesheets/style.css' />\n "
Run Code Online (Sandbox Code Playgroud)
我在 AWS EC2 上运行的 ubuntu 20 上使用 nodejs。任何帮助将不胜感激。