Lazy loaded image
折腾本腾
Let's Encrypt错误:expected ../cert.pem to be a symlink, Renewal configuration file ....conf is broken_复制cert.pem时出错-CSDN博客
字数 265阅读时长 1 分钟
2024-4-4
2024-9-28
type
Post
status
Published
date
slug
summary
tags
网络相关
category
折腾本腾
icon
password
certbot renew
certbot.errors.CertStorageError: expected /etc/letsencrypt/live/xxx.com/cert.pem to be a symlink
Renewal configuration file /etc/letsencrypt/renewal/xxx.com.conf is broken. Skipping.
certbot update_symlinks
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Expected /etc/letsencrypt/live/xxx.com/cert.pem to be a symlink
我们换了VPS服务器以后(使用了rsync远程复制文件),let‘s encrypt不能更新了。
问题的关键是:
/etc/letsencrypt/live/xxx.com/cert.pem等文件不是软连接了,造成写入失败。
(请将以下的xxx.com修改为你的域名)
然后就可以certbot renew了,建议先certbot update_symlinks
来看一下正确的子文件列表:(软连接指向的文件为最新的文件,如cert9.pem)
上一篇
UNRAID配置Time Machine时间机器备份一网打尽 - 哔哩哔哩
下一篇
PVE-LXC-docker 安装Emby/Plex前期准备 | NAS.LOL个人导航页及折腾日记

评论
Loading...