宝塔SSL证书无法获取证书的解决办法:Account creation on ACMEv1 is disabled
2019年11月开始,陆续发现AMH4.2.1中SSL证书无法正常获取证书了,包括使用命令行渠道也无法获取证书。
尝试生成会有如下提示:
Register account Error: {“type”:“urn:acme:error:unauthorized”,“detail”:“Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430 for details.”,“status”: 403} [Fri Nov 15 02:29:17 UTC 2019] Please add ‘–debug’ or ‘–log’ to check more details.
原来LET’S ENCRYPT官方在2019年11月将终止V1证书的注册了。
如何判断自己用的是V1还是V2,或是否已升级到V2?
在SSH中执行以下命令
cat /root/.acme.sh/acme.sh | grep VER=
若显示是2.7.3则表示是V1
若是2.8.*或以上则表示是V2
/root/.acme.sh/acme.sh --upgrade
原文链接:https://www.qiquanji.com/post/9033.html
本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。