Skip to content

ERROR: Extension is not signed #21

@8beeeaaat

Description

@8beeeaaat
  • Self-signing with --self-signed option results in successful signing, but failed verification.
% npx @anthropic-ai/dxt --version
0.1.0

% npx @anthropic-ai/dxt sign touchdesigner-mcp.dxt --self-signed
Using existing self-signed certificate
Signing touchdesigner-mcp.dxt...
Successfully signed touchdesigner-mcp.dxt

% npx @anthropic-ai/dxt verify touchdesigner-mcp.dxt
Verifying touchdesigner-mcp.dxt...
ERROR: Extension is not signed

% npx @anthropic-ai/dxt info touchdesigner-mcp.dxt
File: touchdesigner-mcp.dxt
Size: 3518.61 KB

WARNING: Not signed
  • Sign with custom certificate and key, too
% npx @anthropic-ai/dxt sign touchdesigner-mcp.dxt --cert cert.pem --key key.pem
Signing touchdesigner-mcp.dxt...
Successfully signed touchdesigner-mcp.dxt

% npx @anthropic-ai/dxt verify touchdesigner-mcp.dxt
Verifying touchdesigner-mcp.dxt...
ERROR: Extension is not signed

ref: https://github.com/anthropics/dxt/blob/main/CLI.md#development-workflow

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions