Certbot - 找不到合适的 TLS CA 证书包 [Archlinux]

use*_*103 2 ssl ssl-certificate archlinux lets-encrypt certbot

我正在尝试通过 certbot(包版本 0.21.1.-1)从 Let's Encrypt It 生成证书,但出现错误。我正在使用 webroot 模块。

OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /etc/ssl/certs/ca-certificates.crt
Run Code Online (Sandbox Code Playgroud)

我没有这个文件名的文件。我应该生成它,下载吗?

小智 5

也许 /etc/ssl/certs/ca-certificates.crt 不存在。

尝试运行sudo update-ca-certificates以创建它。