我为Collabora设置了虚拟主机:
<VirtualHost *:80>
ServerName office.nextcloud.com
DocumentRoot /var/www/html/collab/
</VirtualHost>
并希望使用以下方式对其进行加密:
sudo certbot run -a webroot -i apache -w /etc/apache2/sites-enabled/ -d
office.nextcloud.com
但是我得到了错误:
授权过程失败。 office.nextcloud.com(http-01): urn:ietf:params:acme:error:unauthorized ::客户端缺乏足够的资源 授权::来自的无效响应 http://office.nextcloud.com/.well-known/acme-challenge/letN2PTT375dzNoXxvyabccyzN1_wGUV4pGuU52pHFI [2a01:4f8:130:32f1 :: 49]:404
重要说明: -服务器报告了以下错误:
域名:office.nextcloud.com类型:未经授权详细信息: 来自
的无效响应 http://office.nextcloud.com/.well-known/acme-challenge/letN2PTT375dzNoXxvyabccyzN1_wGUV4pGuU52pHFI [2a01:4f8:130:32f1 :: 49]:404要解决这些错误,请确保您的域名为
输入正确,并且该域的DNS A / AAAA记录
包含正确的IP地址。
运行:
sudo letsencrypt --apache --agree-tos --email my@mail.de -d office.nextcloud.com
给我同样的输出。