为了能快速了解并处理您的问题,请提供以下基础信息:
宝塔国际普通版本
通过SSL模块的Let's Encrypt 勾选非www的域名进行SSL生成,dddd.com,生成成功后想在生成添加www.dddd.com的域名,结果无法生成
An error occurred while the panel was running!TypeError: can only concatenate str (not "bool") to str
REQUEST_DATE: 2024-10-09 02:15:01 VERSION: Ubuntu 22.04.4 LTS x86_64(Py3.12.3) - 7.0.4 REMOTE_ADDR: xxxxxxxx REQUEST_URI: POST /acme?action=apply_cert_apiREQUEST_FORM: {'domains': '["www.dddd.com"]', 'auth_type': 'http', 'auth_to': '3', 'auto_wildcard': '0', 'id': '3'} USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.43Traceback (most recent call last): File "/www/server/panel/BTPanel/__init__.py", line 2527, in publicObject return run_exec().run(toObject, defs, get) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/www/server/panel/BTPanel/__init__.py", line 2474, in run result = getattr(toObject, get.action)(get) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/www/server/panel/class/acme_v2.py", line 1422, in apply_cert_api args.auth_to = path + '/' + panelSite.panelSite().GetRunPath(args) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~TypeError: can only concatenate str (not "bool") to str
p12 = OpenSSL.crypto.PKCS12() ^^^^^^^^^^^^^^^^^^^^^ File "/www/server/panel/pyenv/lib/python3.12/site-packages/cryptography/utils.py", line 72, in __getattr__ obj = getattr(self._module, attr) ^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: module 'OpenSSL.crypto' has no attribute 'PKCS12'
|
|