mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
文档问题: ng-plugins-for-third-party-signature-verificat #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @johnny0120 on GitHub (May 15, 2025).
问题描述
试验发现以下属性并不能同时生效,我用的镜像是 langgenius/dify-plugin-daemon:0.0.9-local, 还需要如何配置才可以在本地环境验证第三方签名呢?
我生成了密钥对,用命令行验证通过了,但是安装时还是会遇到
PluginDaemonBadRequestError: plugin verification has been enabled, and the plugin you want to install has a bad signature页面链接
https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx
建议修改
请确定以上设置可以同时生效,谢谢
@johnny0120 commented on GitHub (May 15, 2025):
我用 dify-plugin 工具生成的 key-pair,这个 key-pair 会有多余的换行符,删掉似乎就可以验证了