We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
证书自动更新后,从浏览器查看证书有效期还是旧的时间。已通过 acme.sh --list 查看实际证书有效期
并且尝试通过命令更新: systemctl stop trojan-web; "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" --force; systemctl start trojan-web 浏览器查看证书有效期依旧没变化。 手动重启服务器才生效。
服务器是搬瓦工 Debian 12 x86_64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
证书自动更新后,从浏览器查看证书有效期还是旧的时间。已通过 acme.sh --list 查看实际证书有效期
并且尝试通过命令更新:
systemctl stop trojan-web; "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" --force; systemctl start trojan-web
浏览器查看证书有效期依旧没变化。
手动重启服务器才生效。
服务器是搬瓦工 Debian 12 x86_64
The text was updated successfully, but these errors were encountered: