20 May 2025 08:50 PM - edited 21 May 2025 05:35 PM
Hi all,
I'm building a custom extension using the Dynatrace Extension Framework v2 and encountering an issue during the signing process.
When I run dt extension build, it fails with the following error:
However, I've set a custom certificate path in my VS Code settings.json file:
Despite this, the CLI continues to reference the default path under .dynatrace\certificates.
Could you clarify the following:
Does settings.json override the certificate location used by dt extension build?
If not, where should I configure the certificate path correctly?
Is there an environment variable or CLI flag to explicitly specify the certificate file for signing?
Thanks in advance for your support!