如题,今年 1 月挂的证书,前几天发现挂了,后台 acme 没有自动更新,看了一眼 acme 的 wiki,关于出错的情况什么也没写,不太清楚发生了什么,老哥们知道有什么办法修复吗?
==========================================
还是我当初的操作有什么问题,我当初是按照这个步骤操作的
# 安装 acme.sh
curl https://get.acme.sh | sh
# 下一步
acme.sh --issue -d example.org --nginx
# 成功之后
acme.sh --installcert -d example.org \
--key-file /etc/nginx/ssl/example.org.key \
--fullchain-file /etc/nginx/ssl/example.org.cer \
--reloadcmd "service nginx force-reload"
以上这种注册和连接 nginx 的方法,记得当初是照着 wiki 写的,有哪里错了吗?