文档问题: ng-plugins-for-third-party-signature-verificat #19

Closed
opened 2026-02-16 05:18:54 -05:00 by yindo · 1 comment
Owner

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

      FORCE_VERIFYING_SIGNATURE: "true"
      THIRD_PARTY_SIGNATURE_VERIFICATION_ENABLED: "true"

页面链接

https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx

建议修改

请确定以上设置可以同时生效,谢谢

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` ``` FORCE_VERIFYING_SIGNATURE: "true" THIRD_PARTY_SIGNATURE_VERIFICATION_ENABLED: "true" ``` ## 页面链接 https://github.com/langgenius/dify-docs-mintlify/blob/main/zh-hans/plugins/publish-plugins/signing-plugins-for-third-party-signature-verification.mdx ## 建议修改 请确定以上设置可以同时生效,谢谢
yindo closed this issue 2026-02-16 05:18:54 -05:00
Author
Owner

@johnny0120 commented on GitHub (May 15, 2025):

我用 dify-plugin 工具生成的 key-pair,这个 key-pair 会有多余的换行符,删掉似乎就可以验证了

@johnny0120 commented on GitHub (May 15, 2025): 我用 dify-plugin 工具生成的 key-pair,这个 key-pair 会有多余的换行符,删掉似乎就可以验证了
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#19