8得票2回答
如何从Debian 8中卸载/删除Certbot Let's Encrypt

我刚刚按照以下网址上的说明:https://certbot.eff.org/#debianjessie-apache,在我的Linux VPS上安装了Let's Encrypt证书。但是,不幸的是,安装并没有像我期望的那样进行,因为: A. 我已经安装了一个Apache2实例 - 这与cer...

7得票3回答
未定义符号:OPENSSL_sk_num

我正在尝试使用Let's Encrypt和Certbot更新证书。但是它停止工作了,我不知道原因。下面是错误信息: ImportError: /root/.local/share/letsencrypt/local/lib/python2.7/site-packages/cryptograp...

7得票2回答
Certbot 未能验证某些域名的身份认证

这是我第一次构建服务器并将其托管到AWS EC2。在运行命令sudo certbot certonly --standalone或sudo certbot certonly --webroot时,我收到了以下错误信息: Certbot failed to authenticate some...

9得票2回答
如何使用Certbot实现TLS证书的自动更新?

我有一个应用程序,其中包含Nginx Docker容器,TLS证书是手动生成的。在部署应用程序的主机(使用Ubuntu操作系统)上,使用以下命令生成TLS证书: certbot certonly --manual --manual-public-ip-logging-ok --preferr...

19得票4回答
Certbot - DNS问题:NXDOMAIN查找xxx的A记录 -请检查该DNS记录是否存在

所以我尝试运行以下代码: sudo certbot certonly --nginx --dry-run -d subdomain.domain.com -d www.subdomain.domain.com 这给了我一个DNS问题,但是在运行时它可以工作 sudo certbot c...

20得票2回答
Docker 容器中的 DNS 解析

[环境] CentOS 7 Docker 19.03.12,构建版本48a66213fe 我在一个docker容器中使用cerbot(Let's Encrypt客户端),但是看起来从容器内无法解析acme-v02.api.letsencrypt.org,但是从主机上可以解析(最有可能的原因...

7得票5回答
没有可用的Certbot软件包。

我正在尝试在RHEL服务器上安装certbot。 启用epel-release的说明。 # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 然后 # subscrip...

11得票3回答
如何在不停止nginx的情况下使用“Let's Encrypt”?

我正在为我们的服务器添加 https 支持。在添加 Let's Encrypt 支持时,如何不停止 Nginx?

28得票3回答
Certbot未创建acme-challenge文件夹

几个月前我使用旧版的 Let's encrypt 客户端创建了有效证书,我正在使用 nginx 服务器。 Certbot 正在创建 .well-known 文件夹,但未创建 acme-challenge 文件夹。 现在我尝试通过 ~/certbot-auto certonly --webr...

10得票2回答
非PHP/非静态文件网站上letsencrypt certbot-auto的“webroot-path”应该是什么?

如果您的网站仅使用Apache(可能还有PHP),那么它所在的位置为: /home/www/mywebsite/ /home/www/mywebsite/index.php /home/www/mywebsite/style.css 接下来,设置certbot的--webroot-pat...