Replies: 1 comment
-
mdserver-web版本是0.18.0。
log日志如下:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
执行
cd /www/server/mdserver-web && python3 plugins/acme_pandominassl_apply/index.py run_hook
使用的是dnspod国内的DNS API
出现报错,控制台输出如下(我自己尝试修改了一下源码所以输出可能不太一样):
log文件如下:
acme.sh成功生成了证书文件,但在脚本的autoUpdateSslData函数中检查证书信息时失败。问题可能出在这个函数中解析证书的有效期部分。
我理解的可能的错误点:
Beta Was this translation helpful? Give feedback.
All reactions