我有https://letsencrypt.org/发出的SSL证书。它将在明天到期,我无法更新它。我已经启动了一个新的linux盒子,安装了certbot(根据https://letsencrypt.org/getting-started/)。我将以下内容保存在本地目录中:
cert.pem
chain.pem
fullchain.pem
privkey.pem
在包含证书的目录中,我运行
/path/to/certbot/certbot-auto renew --dry-run --force-renew
certbot似乎找不到证书,因为它说
No renewals were attempted.
我也跑
/path/to/certbot/certbot-auto renew --force-renew
并得到相同的回复。
有没有办法续订未存储在预期/ letsencrypt / archive / ...文件夹中的证书,就像在新盒子上进行全新安装一样?